Skip to content

Commit d09b61c

Browse files
committed
Bump version: 0.3.4 → 0.4.0
Triggered by #704 via GitHub Actions.
1 parent e6ec67d commit d09b61c

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.4
2+
current_version = 0.4.0
33
commit = True
44
tag = True
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
setup(
7777
name='pyhf',
78-
version='0.3.4',
78+
version='0.4.0',
7979
description='(partial) pure python histfactory implementation',
8080
long_description=long_description,
8181
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.4'
5+
__version__ = '0.4.0'

0 commit comments

Comments
 (0)