diff --git a/VERSION b/VERSION index 267577d4..2b7c5ae0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.1 +0.4.2 diff --git a/setup.cfg b/setup.cfg index d61d391f..0f4cba9f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.1 +current_version = 0.4.2 commit = True tag = True diff --git a/setup.py b/setup.py index 50dd6717..c6e89413 100644 --- a/setup.py +++ b/setup.py @@ -50,6 +50,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/jeandet/spwc', - version='0.4.1', + version='0.4.2', zip_safe=False, ) diff --git a/spwc/__init__.py b/spwc/__init__.py index 6713df87..ba2b4e21 100644 --- a/spwc/__init__.py +++ b/spwc/__init__.py @@ -4,7 +4,7 @@ __author__ = """Alexis Jeandet""" __email__ = 'alexis.jeandet@member.fsf.org' -__version__ = '0.4.1' +__version__ = '0.4.2' from .common.variable import SpwcVariable from .amda import AMDA from .cdaweb import cdaweb as cd