Skip to content

Commit 97f5ea9

Browse files
committed
Bump version: 0.3.1 → 0.3.2
Triggered by #712 via GitHub Actions.
1 parent ed91b0a commit 97f5ea9

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.1
2+
current_version = 0.3.2
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.1',
79+
version='0.3.2',
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.1'
5+
__version__ = '0.3.2'

0 commit comments

Comments
 (0)