Skip to content

Commit

Permalink
Bumpversion and tag revision.
Browse files Browse the repository at this point in the history
  • Loading branch information
tharen committed Jun 22, 2018
1 parent faf27ec commit 47b6aef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.0.13rc1-{build}
version: 0.0.13-{build}

environment:
global:
Expand Down
2 changes: 1 addition & 1 deletion python/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.13rc1
current_version = 0.0.13
commit = False
tag = False
tag_name = pyfvs-v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion python/pyfvs/_version.py
Original file line number Diff line number Diff line change
@@ -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__ = ''
__git_commit__ = ''

0 comments on commit 47b6aef

Please sign in to comment.