Skip to content

Commit ba7019e

Browse files
author
lext
committed
Version fixed.
1 parent ff29e8c commit ba7019e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = 'v0.1'
2929
# The full version, including alpha/beta/rc tags
30-
release = 'v0.1'
30+
release = 'v0.1.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.1',
48+
version='0.1.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.1'
1+
__version__ = '0.1.1'
22

33
from . import data
44
from . import transforms

0 commit comments

Comments
 (0)