We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f879adb commit 4f063afCopy full SHA for 4f063af
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.3
+current_version = 0.0.4
3
commit = True
4
tag = True
5
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',
6
url = '',
7
author = 'Lukas Heinrich',
0 commit comments