Skip to content

Commit 7348302

Browse files
committed
Bump version: 0.1.0 → 0.1.1
1 parent 6a3b056 commit 7348302

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

setup.cfg

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

@@ -18,9 +18,7 @@ universal = 1
1818
exclude = docs
1919

2020
[aliases]
21-
# Define setup.py command aliases here
2221
test = pytest
2322

2423
[tool:pytest]
2524
collect_ignore = ['setup.py']
26-

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
test_suite='tests',
4747
tests_require=test_requirements,
4848
url='https://github.com/tialab/tiatoolbox',
49-
version='0.1.0',
49+
version='0.1.1',
5050
zip_safe=False,
5151
)

tiatoolbox/__init__.py

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

33
__author__ = """TIA Lab"""
44
__email__ = 'tialab@dcs.warwick.ac.uk'
5-
__version__ = '0.1.0'
5+
__version__ = '0.1.1'

0 commit comments

Comments
 (0)