Skip to content

Commit e7b201c

Browse files
Bump version: 0.1.2 → 0.2.0
1 parent fd1a8d0 commit e7b201c

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.bumpversion.cfg

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

@@ -8,3 +8,4 @@ tag = True
88
[bumpversion:file:src/pyhf/version.py]
99

1010
[bumpversion:file:docs/conf.py]
11+

docs/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ def setup(app):
8585
# built documents.
8686
#
8787
# The short X.Y version.
88-
version = u'0.1.2'
88+
version = u'0.2.0'
8989
# The full version, including alpha/beta/rc tags.
90-
release = u'0.1.2'
90+
release = u'0.2.0'
9191

9292
# The language for content autogenerated by Sphinx. Refer to documentation
9393
# for a list of supported languages.
@@ -161,7 +161,7 @@ def setup(app):
161161
# The name for this set of Sphinx documents.
162162
# "<project> v<release> documentation" by default.
163163
#
164-
# html_title = u'pyhf v0.1.2'
164+
# html_title = u'pyhf v0.2.0'
165165

166166
# A shorter title for the navigation bar. Default is the same as html_title.
167167
#

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def _is_test_pypi():
7272

7373
setup(
7474
name='pyhf',
75-
version='0.1.2',
75+
version='0.2.0',
7676
description='(partial) pure python histfactory implementation',
7777
long_description=long_description,
7878
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.1.2'
5+
__version__ = '0.2.0'

0 commit comments

Comments
 (0)