Skip to content

Commit 98b2cb0

Browse files
committed
Bump version: 0.3.2 → 0.3.3
Triggered by #541 via GitHub Actions.
1 parent ebf7ece commit 98b2cb0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.2
2+
current_version = 0.3.3
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
setup(
7878
name='pyhf',
79-
version='0.3.2',
79+
version='0.3.3',
8080
description='(partial) pure python histfactory implementation',
8181
long_description=long_description,
8282
long_description_content_type='text/markdown',

src/pyhf/version.py

Lines changed: 1 addition & 1 deletion
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.2'
5+
__version__ = '0.3.3'

0 commit comments

Comments
 (0)