Skip to content

Commit

Permalink
Update Versioneer to fix Python 3.12 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
leoetlino committed Jul 7, 2024
1 parent ed99df8 commit 9ac3d81
Show file tree
Hide file tree
Showing 4 changed files with 1,047 additions and 430 deletions.
5 changes: 2 additions & 3 deletions aamp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from aamp.aamp import *
from aamp.parameters import *

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 9ac3d81

Please sign in to comment.