From d0adc3b43e683bb352e352adf17f0684bd974b18 Mon Sep 17 00:00:00 2001 From: lukasheinrich Date: Sun, 2 Sep 2018 10:13:49 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.14=20=E2=86=92=200.0.15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 854fe288bf..a4357a3231 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.14 +current_version = 0.0.15 commit = True tag = True diff --git a/setup.py b/setup.py index a9ca6a4038..5ca77080c4 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup( name = 'pyhf', - version = '0.0.14', + version = '0.0.15', description = '(partial) pure python histfactory implementation', url = '', author = 'Lukas Heinrich',