diff --git a/VERSION b/VERSION index 57121573..5eef0f10 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.1 +0.10.2 diff --git a/docs/conf.py b/docs/conf.py index 5a1fc9af..208e2cd1 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -120,7 +120,7 @@ # the built documents. # # The short X.Y version. -version = '0.10.1' +version = '0.10.2' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.cfg b/setup.cfg index 6af84100..5314fa4d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.1 +current_version = 0.10.2 commit = True tag = True diff --git a/setup.py b/setup.py index 92c0086d..3655d923 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.10.1', + version='0.10.2', zip_safe=False, ) diff --git a/speasy/__init__.py b/speasy/__init__.py index 0159ebc0..0eed5369 100644 --- a/speasy/__init__.py +++ b/speasy/__init__.py @@ -8,7 +8,7 @@ __author__ = """Alexis Jeandet""" __email__ = 'alexis.jeandet@member.fsf.org' -__version__ = '0.10.1' +__version__ = '0.10.2' __all__ = ['amda', 'cda', 'ssc', 'get_data', 'get_orbit', 'SpeasyVariable', 'Catalog', 'Event', 'Dataset', 'TimeTable'] __docformat__ = "numpy"