Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowe committed Sep 26, 2023
1 parent 291db79 commit 1e81c0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions aws_pcluster_dask_gateway/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@
from . import _version

__version__ = _version.get_versions()["version"]

from . import _version
__version__ = _version.get_versions()['version']
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ VCS = git
style = pep440
versionfile_source = aws_pcluster_dask_gateway/_version.py
versionfile_build = aws_pcluster_dask_gateway/_version.py
tag_prefix =
tag_prefix = v
parentdir_prefix =

[bumpversion:file:setup.py]
Expand Down

0 comments on commit 1e81c0e

Please sign in to comment.