Skip to content

Commit

Permalink
add version
Browse files Browse the repository at this point in the history
  • Loading branch information
sokoli1 committed Jan 25, 2024
1 parent fdc26d7 commit 08e992c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pnap_bmc_api/pnap_bmc_api/__version__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
'1.5.1-SNAPSHOT'
2 changes: 1 addition & 1 deletion template/setup.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ from setuptools import setup, find_packages # noqa: H301
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "{{{projectName}}}"
VERSION = VERSION
VERSION = "{{packageVersion}}"
PYTHON_REQUIRES = ">=3.7"
{{#apiInfo}}
{{#apis}}
Expand Down

0 comments on commit 08e992c

Please sign in to comment.