From 4f063af51e6fbf29cf697f986a9148b49e903289 Mon Sep 17 00:00:00 2001 From: lukasheinrich Date: Fri, 9 Feb 2018 10:39:52 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.3=20=E2=86=92=200.0.4?= 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 02e5623dcc..fbd180dba8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.3 +current_version = 0.0.4 commit = True tag = True diff --git a/setup.py b/setup.py index b8361daf25..6d7b17ea38 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup( name = 'pyhf', - version = '0.0.3', + version = '0.0.4', description = '(partial) pure python histfactory implementation', url = '', author = 'Lukas Heinrich',