Skip to content

Commit

Permalink
Bump version: 0.5.3 → 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
KarstenSchulz committed Jul 28, 2019
1 parent db7c87a commit 6aa5c6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.3
current_version = 0.5.4
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='twodolib',
version='0.5.3',
version='0.5.4',
description="Functions to manage the 2DoApp from the command line.",
long_description=readme + '\n\n' + history,
author="Karsten Schulz",
Expand Down
2 changes: 1 addition & 1 deletion twodolib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Modules and functions to add tasks from the commandline to the 2Do App."""

__version__ = '0.5.3'
__version__ = '0.5.4'

from .urlhelper import showall_url # noqa
from .urlhelper import showtoday_url # noqa
Expand Down

0 comments on commit 6aa5c6d

Please sign in to comment.