Skip to content

Commit

Permalink
Bumped version to v0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Sep 25, 2021
1 parent 48fc8d7 commit d347bbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def _LatestTagName():

# The full version, including alpha/beta/rc tags
version = "0.1" # The short X.Y version.
release = "0.1.0" # The full version, including alpha/beta/rc tags.
release = "0.1.1" # 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 pySystemVerilogModel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
from pydecor import export


__version__ = "0.1.0"
__version__ = "0.1.1"


@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.1.0",
version="0.1.1",

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

0 comments on commit d347bbc

Please sign in to comment.