Skip to content

Commit

Permalink
Bump version: 0.9.1 → 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Solberg committed Nov 4, 2017
1 parent c938c8b commit d3e8f58
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.9.1
current_version = 0.10.0
commit = True
tag = True

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

setup(
name='taggo',
version='0.9.1',
version='0.10.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 @@ -8,7 +8,7 @@

__author__ = """Lars Solberg"""
__email__ = 'lars.solberg@gmail.com'
__version__ = '0.9.1'
__version__ = '0.10.0'

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

0 comments on commit d3e8f58

Please sign in to comment.