Skip to content

Commit

Permalink
update versioneer 0.18 > 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
sellth committed Oct 27, 2023
1 parent 13fab9b commit 536a4f4
Show file tree
Hide file tree
Showing 4 changed files with 1,167 additions and 603 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
altamisa/_version.py export-subst
3 changes: 3 additions & 0 deletions altamisa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@

__version__ = get_versions()["version"]
del get_versions

from . import _version
__version__ = _version.get_versions()['version']
Loading

0 comments on commit 536a4f4

Please sign in to comment.