Skip to content

Commit

Permalink
Merge pull request #15 from simonsobs/feature-version-support
Browse files Browse the repository at this point in the history
Feature version support
  • Loading branch information
xgarrido authored Mar 10, 2023
2 parents f737ce9 + 2dd4207 commit fae787b
Show file tree
Hide file tree
Showing 6 changed files with 2,884 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pspipe_utils/_version.py export-subst
3 changes: 3 additions & 0 deletions pspipe_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@

def get_data_path():
return os.path.join(os.path.dirname(__file__), "data")

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

0 comments on commit fae787b

Please sign in to comment.