Skip to content

Commit 2175c9f

Browse files
Bump version: 0.2.1 → 0.2.2
1 parent d4857ea commit 2175c9f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.bumpversion.cfg

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

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.2.1'
88+
version = u'0.2.2'
8989
# The full version, including alpha/beta/rc tags.
90-
release = u'0.2.1'
90+
release = u'0.2.2'
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.2.1'
164+
# html_title = u'pyhf v0.2.2'
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
@@ -70,7 +70,7 @@ def _is_test_pypi():
7070

7171
setup(
7272
name='pyhf',
73-
version='0.2.1',
73+
version='0.2.2',
7474
description='(partial) pure python histfactory implementation',
7575
long_description=long_description,
7676
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.2.1'
5+
__version__ = '0.2.2'

0 commit comments

Comments
 (0)