Skip to content

Commit

Permalink
Bump version: 0.15.0 → 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Solberg committed Jun 3, 2019
1 parent 230bc22 commit c3ddec3
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.15.0
current_version = 0.16.0
commit = True
tag = True

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

setup(
name='taggo',
version='0.15.0',
version='0.16.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 @@ -16,7 +16,7 @@

__author__ = """Lars Solberg"""
__email__ = 'lars.solberg@gmail.com'
__version__ = '0.15.0'
__version__ = '0.16.0'

if sys.version_info[0:2] < (3, 6):
raise Exception('You need at least python 3.6')
Expand Down

0 comments on commit c3ddec3

Please sign in to comment.