diff --git a/CITATION.cff b/CITATION.cff index c5e3372..15a0309 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.3.2 +version: 1.4.0 doi: 10.5281/zenodo.12078620 date-released: 2024-06-18 url: "https://github.com/SciQLop/speasy" diff --git a/VERSION b/VERSION index 1892b92..88c5fb8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.2 +1.4.0 diff --git a/docs/conf.py b/docs/conf.py index 15cead5..bd1f65c 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -122,7 +122,7 @@ # the built documents. # # The short X.Y version. -version = '1.3.2' +version = '1.4.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/pyproject.toml b/pyproject.toml index 6cdf3c1..fa00b97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core"] [project] name = 'speasy' -version = "1.3.2" +version = "1.4.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 b35c290..ea6725a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.2 +current_version = 1.4.0 commit = True tag = True diff --git a/speasy/__init__.py b/speasy/__init__.py index e5b5ba6..2e4ac5a 100644 --- a/speasy/__init__.py +++ b/speasy/__init__.py @@ -8,7 +8,7 @@ __author__ = """Alexis Jeandet""" __email__ = 'alexis.jeandet@member.fsf.org' -__version__ = '1.3.2' +__version__ = '1.4.0' __all__ = ['amda', 'cda', 'ssc', 'csa', 'get_data', 'archive', 'SpeasyVariable', 'Catalog', 'Event', 'Dataset', 'TimeTable'] __docformat__ = "numpy"