Skip to content

Commit 47b6aef

Browse files
committed
Bumpversion and tag revision.
1 parent faf27ec commit 47b6aef

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.0.13rc1-{build}
1+
version: 0.0.13-{build}
22

33
environment:
44
global:

python/.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.13rc1
2+
current_version = 0.0.13
33
commit = False
44
tag = False
55
tag_name = pyfvs-v{new_version}

python/pyfvs/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is automatically updated during packaging.
22
# The version is extracted from the current Git tag using setup.py version.
33

4-
__version__ = '0.0.13rc1'
4+
__version__ = '0.0.13'
55
__git_describe__ = ''
66
__git_commit__ = ''

0 commit comments

Comments
 (0)