Skip to content

Commit

Permalink
[2020-01-25] Bump version: 0.1.1 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SitiSchu committed Jan 25, 2020
1 parent fcc5774 commit 9d114ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.2.0
commit = True
tag = True
tag_name = {new_version}
Expand All @@ -9,4 +9,3 @@ message = [{now:%Y-%m-%d}] Bump version: {current_version} → {new_version}
[bumpversion:file:spamwatch/__init__.py]

[bumpversion:file:setup.py]

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name='spamwatch',
version='0.1.1',
version='0.2.0',
description='SpamWatch API Wrapper',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion spamwatch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Convenience imports"""
from .client import Client

__version__ = "0.1.1"
__version__ = "0.2.0"

0 comments on commit 9d114ed

Please sign in to comment.