From 847866fb9a34550d488cf5b6491d5dd3b5a84987 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Thu, 14 Nov 2019 23:26:46 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0=20=E2=86=92=200.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 6 +++--- setup.py | 2 +- src/pyhf/version.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 61db169e01..9899554af9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.2.1 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index e7d561ad92..f53ee1671d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -85,9 +85,9 @@ def setup(app): # built documents. # # The short X.Y version. -version = u'0.2.0' +version = u'0.2.1' # The full version, including alpha/beta/rc tags. -release = u'0.2.0' +release = u'0.2.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -161,7 +161,7 @@ def setup(app): # The name for this set of Sphinx documents. # " v documentation" by default. # -# html_title = u'pyhf v0.2.0' +# html_title = u'pyhf v0.2.1' # A shorter title for the navigation bar. Default is the same as html_title. # diff --git a/setup.py b/setup.py index a6bc70e31f..f330b473b7 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ def _is_test_pypi(): setup( name='pyhf', - version='0.2.0', + version='0.2.1', description='(partial) pure python histfactory implementation', long_description=long_description, long_description_content_type='text/markdown', diff --git a/src/pyhf/version.py b/src/pyhf/version.py index a9315a3ff2..e698ba8f66 100644 --- a/src/pyhf/version.py +++ b/src/pyhf/version.py @@ -2,4 +2,4 @@ # Use semantic versioning (https://semver.org/) # The version number is controlled through bumpversion.cfg -__version__ = '0.2.0' +__version__ = '0.2.1'