Skip to content

Commit

Permalink
Replace versioneer for Python 3.12+ compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Standage committed Sep 24, 2024
1 parent 71e9590 commit 1ea3319
Show file tree
Hide file tree
Showing 3 changed files with 1,044 additions and 409 deletions.
4 changes: 4 additions & 0 deletions microhapdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,7 @@ def id_in_series(ident, series):


set_ae_population("1KGP")

from . import _version

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

0 comments on commit 1ea3319

Please sign in to comment.