Skip to content

Commit

Permalink
Copied in Brian's changed files from PR 791.
Browse files Browse the repository at this point in the history
  • Loading branch information
swh76 committed May 13, 2024
1 parent 1959443 commit 04b52d8
Show file tree
Hide file tree
Showing 5 changed files with 1,051 additions and 431 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pysmurf/_version.py export-subst
python/pysmurf/_version.py export-subst
5 changes: 2 additions & 3 deletions python/pysmurf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
# contained in the LICENSE.txt file.
#-----------------------------------------------------------------------------

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 04b52d8

Please sign in to comment.