Skip to content

Commit b61f0ec

Browse files
committed
Bump version: 1.1.0a → 1.1.1
1 parent fc1ea49 commit b61f0ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.0a
2+
current_version = 1.1.1
33
commit = True
44
tag = True
55

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
packages=find_packages(include=["tuttle", "tuttle.*", "tuttle_tests"]),
3838
test_suite="tests",
3939
url="https://github.com/tuttle-dev/tuttle",
40-
version="1.1.0",
40+
version="1.1.1",
4141
zip_safe=False,
4242
)

Diff for: tuttle/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Christian Staudt",
55
"Vladimir Peter",
66
]
7-
__version__ = "1.1.0"
7+
__version__ = "1.1.1"
88

99
from . import app
1010
from . import (

0 commit comments

Comments
 (0)