diff --git a/VERSION b/VERSION index a3df0a69..6f4eebdf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.0 +0.8.1 diff --git a/setup.cfg b/setup.cfg index efa7b02f..e1c216db 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.0 +current_version = 0.8.1 commit = True tag = True diff --git a/setup.py b/setup.py index e7613e54..33e20513 100644 --- a/setup.py +++ b/setup.py @@ -52,6 +52,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/SciQLop/spwc', - version='0.8.0', + version='0.8.1', zip_safe=False, ) diff --git a/spwc/__init__.py b/spwc/__init__.py index c1af119a..33bb0274 100644 --- a/spwc/__init__.py +++ b/spwc/__init__.py @@ -4,7 +4,7 @@ __author__ = """Alexis Jeandet""" __email__ = 'alexis.jeandet@member.fsf.org' -__version__ = '0.8.0' +__version__ = '0.8.1' from .common.variable import SpwcVariable from .amda import AMDA