Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl committed Apr 16, 2024
1 parent 39703ff commit aac3f74
Show file tree
Hide file tree
Showing 4 changed files with 1,054 additions and 427 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
crick/_version.py export-subst
3 changes: 3 additions & 0 deletions crick/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@
__version__ = versions["version"]
__git_revision__ = versions["full-revisionid"]
del get_versions, versions

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

0 comments on commit aac3f74

Please sign in to comment.