Skip to content

Commit

Permalink
Fix: re add __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
1yam committed Aug 8, 2023
1 parent 2cff692 commit 9f1738a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aleph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ def _get_git_version() -> str:
dist_name = __name__
__version__ = get_distribution(dist_name).version
except DistributionNotFound:
__version__ = "1.4"
__version__ = _get_git_version()
finally:
del get_distribution, DistributionNotFound

0 comments on commit 9f1738a

Please sign in to comment.