Skip to content

Commit df9ddfa

Browse files
author
lext
committed
release version changed to 0.1
1 parent 3eda76d commit df9ddfa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
author = 'Aleksei Tiulpin'
2626

2727
# The short X.Y version
28-
version = 'v0.0.9'
28+
version = 'v0.1'
2929
# The full version, including alpha/beta/rc tags
30-
release = 'v0.0.9'
30+
release = 'v0.1'
3131

3232

3333
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
test_suite='tests',
4646
tests_require=test_requirements,
4747
url='https://github.com/mipt-oulu/solt',
48-
version='0.0.9',
48+
version='0.1',
4949
zip_safe=False,
5050
)

solt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.0.9'
1+
__version__ = '0.1'
22

33
from . import data
44
from . import transforms

0 commit comments

Comments
 (0)