diff --git a/VERSION b/VERSION index ac39a106..78bc1abd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.0 +0.10.0 diff --git a/docs/conf.py b/docs/conf.py index 3296ce04..87c127b4 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -121,7 +121,7 @@ # the built documents. # # The short X.Y version. -version = '0.9.0' +version = '0.10.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.cfg b/setup.cfg index 7228d694..bf94c30e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.0 +current_version = 0.10.0 commit = True tag = True @@ -28,3 +28,4 @@ test = pytest [tool:pytest] addopts = --ignore=setup.py + diff --git a/setup.py b/setup.py index 2e714a40..0f79179a 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.9.0', + version='0.10.0', zip_safe=False, ) diff --git a/speasy/__init__.py b/speasy/__init__.py index fdd1bf4e..ed932d14 100644 --- a/speasy/__init__.py +++ b/speasy/__init__.py @@ -8,7 +8,7 @@ __author__ = """Alexis Jeandet""" __email__ = 'alexis.jeandet@member.fsf.org' -__version__ = '0.9.0' +__version__ = '0.10.0' __all__ = ['amda', 'cda', 'ssc', 'get_data', 'get_orbit', 'SpeasyVariable', 'Catalog', 'Event', 'Dataset', 'TimeTable'] __docformat__ = "numpy"