Skip to content

Commit 6aee398

Browse files
committed
Bump version: 0.1.0 → 0.1.1
1 parent f1ad7f5 commit 6aee398

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.cfg

+1-1
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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
test_suite='tests',
4343
tests_require=test_requirements,
4444
url='https://github.com/berrij/sstudentt',
45-
version='0.1.0',
45+
version='0.1.1',
4646
zip_safe=False,
4747
)

sstudentt/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = """Jonathan Berrisch"""
66
__email__ = 'jonathan@berrisch.biz'
7-
__version__ = '0.1.0'
7+
__version__ = '0.1.1'

0 commit comments

Comments
 (0)