From 3c3156e60473862f2b0a0f418380fc0f8d13dc93 Mon Sep 17 00:00:00 2001 From: Alexis Jeandet Date: Thu, 25 Nov 2021 17:59:35 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.0=20=E2=86=92=200.9.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- setup.cfg | 2 +- setup.py | 2 +- speasy/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index ac39a106..f374f666 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.0 +0.9.1 diff --git a/setup.cfg b/setup.cfg index 74b162bb..db87f398 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.0 +current_version = 0.9.1 commit = True tag = True diff --git a/setup.py b/setup.py index 70211d35..b6234031 100644 --- a/setup.py +++ b/setup.py @@ -52,6 +52,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/SciQLop/speasy', - version='0.9.0', + version='0.9.1', zip_safe=False, ) diff --git a/speasy/__init__.py b/speasy/__init__.py index 5d9dec3a..1d598c59 100644 --- a/speasy/__init__.py +++ b/speasy/__init__.py @@ -4,7 +4,7 @@ __author__ = """Alexis Jeandet""" __email__ = 'alexis.jeandet@member.fsf.org' -__version__ = '0.9.0' +__version__ = '0.9.1' from .common.variable import SpeasyVariable from .amda import AMDA