File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def _LatestTagName():
3737
3838# The full version, including alpha/beta/rc tags
3939version = "0.11" # The short X.Y version.
40- release = "0.11.4 " # The full version, including alpha/beta/rc tags.
40+ release = "0.11.5 " # The full version, including alpha/beta/rc tags.
4141try :
4242 if _IsUnderGitControl :
4343 latestTagName = _LatestTagName ()[1 :] # remove prefix "v"
Original file line number Diff line number Diff line change 4646from pydecor import export
4747
4848
49- __version__ = "0.11.4 "
49+ __version__ = "0.11.5 "
5050
5151
5252@export
Original file line number Diff line number Diff line change 5353# Assemble all package information
5454setuptools_setup (
5555 name = projectName ,
56- version = "0.11.4 " ,
56+ version = "0.11.5 " ,
5757
5858 author = "Patrick Lehmann" ,
5959
You can’t perform that action at this time.
0 commit comments