From b95663a3ce8bb58a813ec5948f474b3ba6743884 Mon Sep 17 00:00:00 2001 From: Pierre Salvy Date: Tue, 5 Jun 2018 09:38:17 +0200 Subject: [PATCH] VER: BUMP 0.7.1-b2 after @weilandtd fix --- doc/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index afcee9d..d6a59c5 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -62,7 +62,7 @@ version = '0.7' # The full version, including alpha/beta/rc tags. -release = '0.7.1-b1' +release = '0.7.1-b2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 4e1725a..e571e17 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ # return reqs -version_tag = '0.7.1-b1' +version_tag = '0.7.1-b2' setup(name='pytfa', version=version_tag,