Skip to content

Commit

Permalink
Bump version: 0.16.0 → 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clelange committed Oct 10, 2024
1 parent bd71273 commit f0e0803
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.16.0
current_version = 0.17.0
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ def __getattr__(cls, name):
author = 'Andreas Albert, Clemens Lange'

# The short X.Y version
version = '0.16.0'
version = '0.17.0'
# The full version, including alpha/beta/rc tags
release = '0.16.0'
release = '0.17.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion hepdata_lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def dict_constructor(loader, node):
# Display deprecation warnings
warnings.filterwarnings("always", category=DeprecationWarning, module="hepdata_lib")

__version__ = "0.16.0"
__version__ = "0.17.0"

class AdditionalResourceMixin:
"""Functionality related to additional materials."""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='hepdata_lib',
version='0.16.0',
version='0.17.0',
description='Library for getting your data into HEPData',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit f0e0803

Please sign in to comment.