Skip to content

Commit

Permalink
Bumped version to v0.3.0 for renaming to pySVModel.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Oct 4, 2021
1 parent 8a569ef commit e27cd3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def _LatestTagName():
return check_output(["git", "describe", "--abbrev=0", "--tags"], universal_newlines=True).strip()

# The full version, including alpha/beta/rc tags
version = "0.2" # The short X.Y version.
release = "0.2.2" # The full version, including alpha/beta/rc tags.
version = "0.3" # The short X.Y version.
release = "0.3.0" # The full version, including alpha/beta/rc tags.
try:
if _IsUnderGitControl:
latestTagName = _LatestTagName()[1:] # remove prefix "v"
Expand Down
2 changes: 1 addition & 1 deletion pySVModel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
from pydecor import export


__version__ = "0.2.2"
__version__ = "0.3.0"


@export
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# Assemble all package information
setuptools_setup(
name=projectName,
version="0.2.2",
version="0.3.0",

author="Patrick Lehmann",
author_email="[email protected]",
Expand Down

0 comments on commit e27cd3e

Please sign in to comment.