1 parent faf27ec commit 47b6aefCopy full SHA for 47b6aef
3 files changed
appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 0.0.13rc1-{build}
+version: 0.0.13-{build}
2
3
environment:
4
global:
python/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 0.0.13rc1
+current_version = 0.0.13
commit = False
tag = False
5
tag_name = pyfvs-v{new_version}
python/pyfvs/_version.py
@@ -1,6 +1,6 @@
# This file is automatically updated during packaging.
# The version is extracted from the current Git tag using setup.py version.
-__version__ = '0.0.13rc1'
+__version__ = '0.0.13'
__git_describe__ = ''
6
__git_commit__ = ''
0 commit comments