Skip to content

Commit 3c3156e

Browse files
committed
Bump version: 0.9.0 → 0.9.1
1 parent 0981115 commit 3c3156e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.0
1+
0.9.1

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.9.0
2+
current_version = 0.9.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
test_suite='tests',
5353
tests_require=test_requirements,
5454
url='https://github.com/SciQLop/speasy',
55-
version='0.9.0',
55+
version='0.9.1',
5656
zip_safe=False,
5757
)

speasy/__init__.py

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

55
__author__ = """Alexis Jeandet"""
66
__email__ = '[email protected]'
7-
__version__ = '0.9.0'
7+
__version__ = '0.9.1'
88

99
from .common.variable import SpeasyVariable
1010
from .amda import AMDA

0 commit comments

Comments
 (0)