Skip to content

Commit

Permalink
Add version to the package
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Jul 30, 2024
1 parent 323c75e commit 43fb6c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions egi_notebooks_hub/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
__all__ = ("__version__", "version_info")

from pbr.version import VersionInfo

_v = VersionInfo("egi_notebooks_hub").semantic_version()
__version__ = _v.release_string()
version_info = _v.version_tuple()
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ jupyterhub-kubespawner>=6.1.0
xmltodict
fastapi
pydantic-settings
python-pbr

0 comments on commit 43fb6c8

Please sign in to comment.