Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
sokoli1 committed Jan 25, 2024
1 parent 0362dbe commit 4029b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/setup.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ from setuptools import setup, find_packages # noqa: H301
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "{{{projectName}}}"
VERSION = "{{packageVersion}}"
VERSION = "{{packageVersion}}.version"
PYTHON_REQUIRES = ">=3.7"
{{#apiInfo}}
{{#apis}}
Expand Down

0 comments on commit 4029b18

Please sign in to comment.