From 92ce9e7cbedcd25364410d06da11111de6b49a72 Mon Sep 17 00:00:00 2001 From: Alexis Jeandet Date: Thu, 6 Jun 2024 18:04:10 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.7=20=E2=86=92=201.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CITATION.cff | 2 +- VERSION | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- setup.cfg | 2 +- speasy/__init__.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index a7809a78..273580fe 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,7 +8,7 @@ authors: given-names: "Alexandre" orcid: "https://orcid.org/0009-0009-7151-8089" title: "Speasy" -version: 1.2.7 +version: 1.3.0 doi: 10.5281/zenodo.5957415 date-released: 2024-02-22 url: "https://github.com/SciQLop/speasy" diff --git a/VERSION b/VERSION index c04c650a..f0bb29e7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.7 +1.3.0 diff --git a/docs/conf.py b/docs/conf.py index 8cf2bc7b..239762ab 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -122,7 +122,7 @@ # the built documents. # # The short X.Y version. -version = '1.2.7' +version = '1.3.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/pyproject.toml b/pyproject.toml index 7504a8d2..2a99fa92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core"] [project] name = 'speasy' -version = "1.2.7" +version = "1.3.0" 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 40124aaa..c244b04e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.7 +current_version = 1.3.0 commit = True tag = True diff --git a/speasy/__init__.py b/speasy/__init__.py index 6328bf4a..d67010de 100644 --- a/speasy/__init__.py +++ b/speasy/__init__.py @@ -8,7 +8,7 @@ __author__ = """Alexis Jeandet""" __email__ = 'alexis.jeandet@member.fsf.org' -__version__ = '1.2.7' +__version__ = '1.3.0' __all__ = ['amda', 'cda', 'ssc', 'csa', 'get_data', 'archive', 'SpeasyVariable', 'Catalog', 'Event', 'Dataset', 'TimeTable'] __docformat__ = "numpy"