Skip to content

Commit

Permalink
Merge pull request #1329 from TimoRoth/update_versioneer
Browse files Browse the repository at this point in the history
Update versioneer
  • Loading branch information
manics committed Jan 28, 2024
2 parents 6aad2bc + 089e919 commit 6f92fa0
Show file tree
Hide file tree
Showing 3 changed files with 1,029 additions and 411 deletions.
3 changes: 3 additions & 0 deletions repo2docker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
__version__ = get_versions()["version"]
del get_versions

from . import _version
from .app import Repo2Docker

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

0 comments on commit 6f92fa0

Please sign in to comment.