Skip to content

Commit

Permalink
Bump version: 0.1.2 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Nov 14, 2019
1 parent fd1a8d0 commit e7b201c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.2
current_version = 0.2.0
commit = True
tag = True

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

[bumpversion:file:docs/conf.py]

6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ def setup(app):
# built documents.
#
# The short X.Y version.
version = u'0.1.2'
version = u'0.2.0'
# The full version, including alpha/beta/rc tags.
release = u'0.1.2'
release = u'0.2.0'

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

# A shorter title for the navigation bar. Default is the same as html_title.
#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def _is_test_pypi():

setup(
name='pyhf',
version='0.1.2',
version='0.2.0',
description='(partial) pure python histfactory implementation',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion src/pyhf/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# Use semantic versioning (https://semver.org/)
# The version number is controlled through bumpversion.cfg
__version__ = '0.1.2'
__version__ = '0.2.0'

0 comments on commit e7b201c

Please sign in to comment.