Skip to content

Commit

Permalink
Bump version: 0.1.2 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Nov 29, 2016
1 parent 437febf commit 968b054
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
@@ -1,5 +1,6 @@
[bumpversion]
current_version = 0.1.2
current_version = 0.2.0
files = setup.py coverage_badge/__main__.py
commit = True
tag = True

2 changes: 1 addition & 1 deletion coverage_badge/__main__.py
Expand Up @@ -14,7 +14,7 @@
coverage = None


__version__ = '0.1.2'
__version__ = '0.2.0'


DEFAULT_COLOR = '#a4a61d'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@
readme = open('README.rst').read()

setup(name='coverage-badge',
version='0.1.2',
version='0.2.0',
description='Generate coverage badges for Coverage.py.',
author='Danilo Bargen',
author_email='mail@dbrgn.ch',
Expand Down

0 comments on commit 968b054

Please sign in to comment.