Skip to content

Commit

Permalink
Bump version: 0.9.1 → 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elmotec committed Mar 29, 2019
1 parent 2b1b39e commit 2129457
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion codemetrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# noinspection SpellCheckingInspection
__author__ = """Elmotec"""
__email__ = 'elmotec@gmx.com'
__version__ = '0.9.1'
__version__ = '0.9.2'

# Convenience import.
from .core import *
Expand Down
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.9.1
current_version = 0.9.2
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 @@ -37,7 +37,7 @@ def get_requirements(filename):
description='SCM mining utility classes',
long_description=readme + '\n\n' + history,
long_description_content_type='text/x-rst',
version='0.9.1',
version='0.9.2',
author="Elmotec",
author_email="elmotec@gmx.com",
license="MIT",
Expand Down

0 comments on commit 2129457

Please sign in to comment.