Skip to content

Commit

Permalink
fixing versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowe committed Sep 25, 2023
1 parent f6f9198 commit b26b8cb
Show file tree
Hide file tree
Showing 3 changed files with 687 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
aws_pcluster_dask_gateway/_version.py export-subst
3 changes: 3 additions & 0 deletions aws_pcluster_dask_gateway/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
__version__ = '0.1.0'

from aws_pcluster_dask_gateway.aws_pcluster_dask_gateway import PClusterBackend

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

0 comments on commit b26b8cb

Please sign in to comment.