Skip to content

Commit f9f08dc

Browse files
committed
bump version to 0.0.4
1 parent 40f8257 commit f9f08dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.cfg

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

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/tuttle-dev/tuttle",
49-
version="0.0.3",
49+
version="0.0.4",
5050
zip_safe=False,
5151
)

tuttle/__init__.py

Lines changed: 1 addition & 1 deletion
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.3"
4+
__version__ = "0.0.4"
55

66
from . import (
77
app,

0 commit comments

Comments
 (0)