Skip to content

Commit

Permalink
Bump version: 0.4.4 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Solberg committed Oct 14, 2017
1 parent e01db84 commit 5ca6e6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.4
current_version = 0.5.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@

setup(
name='taggo',
version='0.4.4',
version='0.5.0',
description="Tag organizer that creates symlinks from filename-tags",
long_description=readme + '\n\n' + history,
author="Lars Solberg",
Expand Down
2 changes: 1 addition & 1 deletion taggo/__init__.py
Expand Up @@ -5,7 +5,7 @@

__author__ = """Lars Solberg"""
__email__ = 'lars.solberg@gmail.com'
__version__ = '0.4.4'
__version__ = '0.5.0'

logger = logging.getLogger("taggo")
hashtag_re = re.compile(r'\B#([^ \.,]+)\b')
Expand Down

0 comments on commit 5ca6e6e

Please sign in to comment.