From 59d3883d9cb100e369829a7dcf09bfaff35ae1e7 Mon Sep 17 00:00:00 2001 From: Alexis Jeandet Date: Sun, 18 Apr 2021 16:40:02 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.3=20=E2=86=92=200.8.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 f38fc539..a3df0a69 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.3 +0.8.0 diff --git a/setup.cfg b/setup.cfg index fd769ccf..efa7b02f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.3 +current_version = 0.8.0 commit = True tag = True diff --git a/setup.py b/setup.py index f7de8033..e7613e54 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.7.3', + version='0.8.0', zip_safe=False, ) diff --git a/spwc/__init__.py b/spwc/__init__.py index 45f92610..c1af119a 100644 --- a/spwc/__init__.py +++ b/spwc/__init__.py @@ -4,7 +4,7 @@ __author__ = """Alexis Jeandet""" __email__ = 'alexis.jeandet@member.fsf.org' -__version__ = '0.7.3' +__version__ = '0.8.0' from .common.variable import SpwcVariable from .amda import AMDA