We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ec67d commit d09b61cCopy full SHA for d09b61c
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.4
+current_version = 0.4.0
3
commit = True
4
tag = True
5
setup.py
@@ -75,7 +75,7 @@
75
76
setup(
77
name='pyhf',
78
- version='0.3.4',
+ version='0.4.0',
79
description='(partial) pure python histfactory implementation',
80
long_description=long_description,
81
long_description_content_type='text/markdown',
src/pyhf/version.py
@@ -2,4 +2,4 @@
# Use semantic versioning (https://semver.org/)
# The version number is controlled through bumpversion.cfg
-__version__ = '0.3.4'
+__version__ = '0.4.0'
0 commit comments