Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Bump version: 0.4.2 → 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Sep 27, 2016
1 parent ddd1606 commit 9a68d36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
files = setup.py badwolf/__init__.py
commit = True
tag = True
current_version = 0.4.2
current_version = 0.4.3

2 changes: 1 addition & 1 deletion badwolf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import re


__version__ = u'0.4.2'
__version__ = u'0.4.3'
_TERM_COLOR_RE = re.compile(r'\[\d+m(.*)\[0m', re.I)


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 run_tests(self):

setup(
name='badwolf',
version='0.4.2',
version='0.4.3',
author='messense',
author_email='messense@icloud.com',
packages=find_packages(exclude=('tests', 'tests.*')),
Expand Down

0 comments on commit 9a68d36

Please sign in to comment.