Skip to content

Commit

Permalink
versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
hhuuggoo committed Mar 28, 2024
1 parent 929a4a2 commit 0971b3d
Show file tree
Hide file tree
Showing 6 changed files with 2,983 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
saturnfs/_version.py export-subst
3 changes: 3 additions & 0 deletions saturnfs/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
from saturnfs.client import SaturnFS # noqa

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

0 comments on commit 0971b3d

Please sign in to comment.