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.13.1 → 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 25, 2017
1 parent d792393 commit 496bfed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Expand Up @@ -2,5 +2,5 @@
files = setup.py badwolf/__init__.py
commit = True
tag = True
current_version = 0.13.1
current_version = 0.14.0

2 changes: 1 addition & 1 deletion badwolf/__init__.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__version__ = '0.13.1'
__version__ = '0.14.0'


def create_app(config=None):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -37,7 +37,7 @@ def run_tests(self):

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

0 comments on commit 496bfed

Please sign in to comment.