File tree 4 files changed +7
-6
lines changed
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.1.2
2
+ current_version = 0.2.0
3
3
commit = True
4
4
tag = True
5
5
@@ -8,3 +8,4 @@ tag = True
8
8
[bumpversion:file:src/pyhf/version.py]
9
9
10
10
[bumpversion:file:docs/conf.py]
11
+
Original file line number Diff line number Diff line change @@ -85,9 +85,9 @@ def setup(app):
85
85
# built documents.
86
86
#
87
87
# The short X.Y version.
88
- version = u'0.1.2 '
88
+ version = u'0.2.0 '
89
89
# The full version, including alpha/beta/rc tags.
90
- release = u'0.1.2 '
90
+ release = u'0.2.0 '
91
91
92
92
# The language for content autogenerated by Sphinx. Refer to documentation
93
93
# for a list of supported languages.
@@ -161,7 +161,7 @@ def setup(app):
161
161
# The name for this set of Sphinx documents.
162
162
# "<project> v<release> documentation" by default.
163
163
#
164
- # html_title = u'pyhf v0.1.2 '
164
+ # html_title = u'pyhf v0.2.0 '
165
165
166
166
# A shorter title for the navigation bar. Default is the same as html_title.
167
167
#
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ def _is_test_pypi():
72
72
73
73
setup (
74
74
name = 'pyhf' ,
75
- version = '0.1.2 ' ,
75
+ version = '0.2.0 ' ,
76
76
description = '(partial) pure python histfactory implementation' ,
77
77
long_description = long_description ,
78
78
long_description_content_type = 'text/markdown' ,
Original file line number Diff line number Diff line change 2
2
3
3
# Use semantic versioning (https://semver.org/)
4
4
# The version number is controlled through bumpversion.cfg
5
- __version__ = '0.1.2 '
5
+ __version__ = '0.2.0 '
You can’t perform that action at this time.
0 commit comments