Skip to content

Commit

Permalink
Bump version: 0.4.1 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KarstenSchulz committed Aug 8, 2018
1 parent c005204 commit b2f31ca
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.4.1
current_version = 0.5.0
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.4.1',
version='0.5.0',
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.4.1'
__version__ = '0.5.0'

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

0 comments on commit b2f31ca

Please sign in to comment.