From 1519d13cd58abd9b1c9351aeb57cf7f901013a83 Mon Sep 17 00:00:00 2001 From: Alexis Jeandet Date: Thu, 3 Feb 2022 11:51:14 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.10.0=20=E2=86=92=200.10.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- docs/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- speasy/__init__.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 78bc1abd..57121573 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.0 +0.10.1 diff --git a/docs/conf.py b/docs/conf.py index 87c127b4..c3b8c143 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -121,7 +121,7 @@ # the built documents. # # The short X.Y version. -version = '0.10.0' +version = '0.10.1' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.cfg b/setup.cfg index bf94c30e..6af84100 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.0 +current_version = 0.10.1 commit = True tag = True diff --git a/setup.py b/setup.py index 0f79179a..92c0086d 100644 --- a/setup.py +++ b/setup.py @@ -50,6 +50,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/SciQLop/speasy', - version='0.10.0', + version='0.10.1', zip_safe=False, ) diff --git a/speasy/__init__.py b/speasy/__init__.py index ed932d14..0159ebc0 100644 --- a/speasy/__init__.py +++ b/speasy/__init__.py @@ -8,7 +8,7 @@ __author__ = """Alexis Jeandet""" __email__ = 'alexis.jeandet@member.fsf.org' -__version__ = '0.10.0' +__version__ = '0.10.1' __all__ = ['amda', 'cda', 'ssc', 'get_data', 'get_orbit', 'SpeasyVariable', 'Catalog', 'Event', 'Dataset', 'TimeTable'] __docformat__ = "numpy"