From f60d294be44245826a0dd10f10da7875ca304a32 Mon Sep 17 00:00:00 2001 From: Alexis Jeandet Date: Sat, 11 Jan 2020 17:39:06 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.2=20=E2=86=92=200.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- setup.cfg | 2 +- setup.py | 2 +- spwc/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 2b7c5ae0..8f0916f7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.2 +0.5.0 diff --git a/setup.cfg b/setup.cfg index 0f4cba9f..6756242f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.2 +current_version = 0.5.0 commit = True tag = True diff --git a/setup.py b/setup.py index c6e89413..867a3e0b 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.2', + version='0.5.0', zip_safe=False, ) diff --git a/spwc/__init__.py b/spwc/__init__.py index ba2b4e21..623f0f77 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.2' +__version__ = '0.5.0' from .common.variable import SpwcVariable from .amda import AMDA from .cdaweb import cdaweb as cd