We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb9944c commit c145fd5Copy full SHA for c145fd5
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.3
+current_version = 0.3.4
3
commit = True
4
tag = True
5
setup.py
@@ -78,7 +78,7 @@
78
79
setup(
80
name='pyhf',
81
- version='0.3.3',
+ version='0.3.4',
82
description='(partial) pure python histfactory implementation',
83
long_description=long_description,
84
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.3'
+__version__ = '0.3.4'
0 commit comments