Skip to content

Commit 2eaa70b

Browse files
committed
patch version up
1 parent edffe53 commit 2eaa70b

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.0.10
2+
current_version = 0.0.11
33
commit = True
44
tag = True
55

setup.py

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

tuttle/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Top-level package for tuttle."""
22

33
__author__ = """Christian Staudt"""
4-
__version__ = "0.0.10"
4+
__version__ = "0.0.11"
55

66
from . import (
77
app,

0 commit comments

Comments
 (0)