Skip to content

Commit c145fd5

Browse files
committed
Bump version: 0.3.3 → 0.3.4
Triggered by #377 via GitHub Actions.
1 parent eb9944c commit c145fd5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.3
2+
current_version = 0.3.4
33
commit = True
44
tag = True
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979
setup(
8080
name='pyhf',
81-
version='0.3.3',
81+
version='0.3.4',
8282
description='(partial) pure python histfactory implementation',
8383
long_description=long_description,
8484
long_description_content_type='text/markdown',

src/pyhf/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# Use semantic versioning (https://semver.org/)
44
# The version number is controlled through bumpversion.cfg
5-
__version__ = '0.3.3'
5+
__version__ = '0.3.4'

0 commit comments

Comments
 (0)