From 47b6aefbd7a3707666eea8b319b9153e8686be67 Mon Sep 17 00:00:00 2001 From: Tod Haren Date: Fri, 22 Jun 2018 12:58:46 -0700 Subject: [PATCH] Bumpversion and tag revision. --- appveyor.yml | 2 +- python/.bumpversion.cfg | 2 +- python/pyfvs/_version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 333aacc8..f3a94832 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.0.13rc1-{build} +version: 0.0.13-{build} environment: global: diff --git a/python/.bumpversion.cfg b/python/.bumpversion.cfg index d7f8a60a..6264070d 100644 --- a/python/.bumpversion.cfg +++ b/python/.bumpversion.cfg @@ -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} diff --git a/python/pyfvs/_version.py b/python/pyfvs/_version.py index 0aac0371..f0f6d90c 100644 --- a/python/pyfvs/_version.py +++ b/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__ = '' __git_commit__ = ''