From 30b945dbe2c318c32a290ee1d2f6837e6470f711 Mon Sep 17 00:00:00 2001 From: Clemens Lange Date: Wed, 1 Sep 2021 11:59:09 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.0=20=E2=86=92=200.8.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 4 ++-- hepdata_lib/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 628a1a42..53bfc4cd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.0 +current_version = 0.8.1 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index ec4ef460..1a77a943 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,9 +45,9 @@ def __getattr__(cls, name): author = 'Andreas Albert, Clemens Lange' # The short X.Y version -version = '0.8.0' +version = '0.8.1' # The full version, including alpha/beta/rc tags -release = '0.8.0' +release = '0.8.1' # -- General configuration --------------------------------------------------- diff --git a/hepdata_lib/__init__.py b/hepdata_lib/__init__.py index c39b5fbe..65d4be69 100644 --- a/hepdata_lib/__init__.py +++ b/hepdata_lib/__init__.py @@ -46,7 +46,7 @@ def dict_constructor(loader, node): # Display deprecation warnings warnings.filterwarnings("always", category=DeprecationWarning, module="hepdata_lib") -__version__ = "0.8.0" +__version__ = "0.8.1" class AdditionalResourceMixin(object): """Functionality related to additional materials.""" diff --git a/setup.py b/setup.py index 3fd3e4e4..ab99687b 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name='hepdata_lib', - version='0.8.0', + version='0.8.1', description='Library for getting your data into HEPData', long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown',