diff --git a/VERSION b/VERSION index 90a27f9c..9084fa2f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.5 +1.1.0 diff --git a/docs/conf.py b/docs/conf.py index e416f657..c72996e1 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -123,7 +123,7 @@ # the built documents. # # The short X.Y version. -version = '1.0.5' +version = '1.1.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/pyproject.toml b/pyproject.toml index e1685fd0..d7475d58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core"] [project] name = 'speasy' -version = "1.0.5" +version = "1.1.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 9b8bf4c8..22e6ffff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.5 +current_version = 1.1.0 commit = True tag = True diff --git a/speasy/__init__.py b/speasy/__init__.py index 46a660e4..ccc4b06d 100644 --- a/speasy/__init__.py +++ b/speasy/__init__.py @@ -8,7 +8,7 @@ __author__ = """Alexis Jeandet""" __email__ = 'alexis.jeandet@member.fsf.org' -__version__ = '1.0.5' +__version__ = '1.1.0' __all__ = ['amda', 'cda', 'ssc', 'csa', 'get_data', 'SpeasyVariable', 'Catalog', 'Event', 'Dataset', 'TimeTable'] __docformat__ = "numpy"