From dfd7a202479428abc918000e83087db7d59f75be Mon Sep 17 00:00:00 2001 From: Alexis Jeandet Date: Thu, 1 Jun 2023 17:40:53 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.1=20=E2=86=92=201.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- setup.cfg | 2 +- speasy/__init__.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 524cb552..45a1b3f4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.1 +1.1.2 diff --git a/docs/conf.py b/docs/conf.py index d71931aa..d8929cb3 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -123,7 +123,7 @@ # the built documents. # # The short X.Y version. -version = '1.1.1' +version = '1.1.2' # The full version, including alpha/beta/rc tags. release = version diff --git a/pyproject.toml b/pyproject.toml index 667012cf..382e0e11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core"] [project] name = 'speasy' -version = "1.1.1" +version = "1.1.2" description = "A simple Python package to deal with main Space Physics WebServices (CDA, CSA, AMDA and SSC)." keywords= ["satellite", "plasma-physics", "nasa-data", "amda", "cdpp", "CDF"] authors = [ diff --git a/setup.cfg b/setup.cfg index 3a467936..dd2202ab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.1 +current_version = 1.1.2 commit = True tag = True diff --git a/speasy/__init__.py b/speasy/__init__.py index 54240bfb..55948d09 100644 --- a/speasy/__init__.py +++ b/speasy/__init__.py @@ -8,7 +8,7 @@ __author__ = """Alexis Jeandet""" __email__ = 'alexis.jeandet@member.fsf.org' -__version__ = '1.1.1' +__version__ = '1.1.2' __all__ = ['amda', 'cda', 'ssc', 'csa', 'get_data', 'SpeasyVariable', 'Catalog', 'Event', 'Dataset', 'TimeTable'] __docformat__ = "numpy"