Skip to content

Commit f194e14

Browse files
committed
Bump version: 0.13.0 → 0.14.0
1 parent b7a9238 commit f194e14

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.13.0
2+
current_version = 0.14.0
33
commit = True
44
tag = True
55

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ def __getattr__(cls, name):
3939
author = 'Andreas Albert, Clemens Lange'
4040

4141
# The short X.Y version
42-
version = '0.13.0'
42+
version = '0.14.0'
4343
# The full version, including alpha/beta/rc tags
44-
release = '0.13.0'
44+
release = '0.14.0'
4545

4646

4747
# -- General configuration ---------------------------------------------------

hepdata_lib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def dict_constructor(loader, node):
4646
# Display deprecation warnings
4747
warnings.filterwarnings("always", category=DeprecationWarning, module="hepdata_lib")
4848

49-
__version__ = "0.13.0"
49+
__version__ = "0.14.0"
5050

5151
class AdditionalResourceMixin:
5252
"""Functionality related to additional materials."""

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='hepdata_lib',
20-
version='0.13.0',
20+
version='0.14.0',
2121
description='Library for getting your data into HEPData',
2222
long_description=LONG_DESCRIPTION,
2323
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)