Skip to content

Commit

Permalink
update versioneer to 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
jsheunis committed Jan 9, 2024
1 parent 2204440 commit b22b4ac
Show file tree
Hide file tree
Showing 3 changed files with 1,045 additions and 424 deletions.
3 changes: 3 additions & 0 deletions datalad_catalog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,6 @@

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

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

0 comments on commit b22b4ac

Please sign in to comment.