Skip to content

Commit

Permalink
Merge pull request #39 from BerndSchuller/dev
Browse files Browse the repository at this point in the history
update versioneer to 0.29
  • Loading branch information
BerndSchuller authored Oct 27, 2023
2 parents 983d6c5 + 00f8770 commit 6f8f13c
Show file tree
Hide file tree
Showing 4 changed files with 1,107 additions and 593 deletions.
5 changes: 2 additions & 3 deletions pyunicore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from ._version import get_versions
from . import _version

__version__ = get_versions()["version"]
del get_versions
__version__ = _version.get_versions()["version"]
Loading

0 comments on commit 6f8f13c

Please sign in to comment.