Skip to content

Commit

Permalink
update versioneer for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
richardjgowers committed Nov 2, 2023
1 parent a4c58e7 commit 0bd74ba
Show file tree
Hide file tree
Showing 3 changed files with 1,053 additions and 430 deletions.
5 changes: 2 additions & 3 deletions lomap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,5 @@

from . import _due

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

0 comments on commit 0bd74ba

Please sign in to comment.