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',