Skip to content

Commit 1519d13

Browse files
committed
Bump version: 0.10.0 → 0.10.1
1 parent 16058d1 commit 1519d13

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.0
1+
0.10.1

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
# the built documents.
122122
#
123123
# The short X.Y version.
124-
version = '0.10.0'
124+
version = '0.10.1'
125125
# The full version, including alpha/beta/rc tags.
126126
release = version
127127

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.10.0
2+
current_version = 0.10.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
test_suite='tests',
5151
tests_require=test_requirements,
5252
url='https://github.com/SciQLop/speasy',
53-
version='0.10.0',
53+
version='0.10.1',
5454
zip_safe=False,
5555
)

speasy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
__author__ = """Alexis Jeandet"""
1010
__email__ = '[email protected]'
11-
__version__ = '0.10.0'
11+
__version__ = '0.10.1'
1212
__all__ = ['amda', 'cda', 'ssc', 'get_data', 'get_orbit', 'SpeasyVariable', 'Catalog', 'Event', 'Dataset', 'TimeTable']
1313
__docformat__ = "numpy"
1414

0 commit comments

Comments
 (0)