Skip to content

Commit

Permalink
"Release version 0.1.1."
Browse files Browse the repository at this point in the history
  • Loading branch information
grundleborg committed Apr 20, 2014
1 parent 349b0ef commit ec78bfe
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,6 +1,7 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
files = setup.py pykismet3.py
commit = True
tag = True
message = "Release version {new_version}."

2 changes: 1 addition & 1 deletion pykismet3.py
@@ -1,7 +1,7 @@
import requests

# Akismet Settings
AKISMET_USER_AGENT = "Pykismet/0.1.0"
AKISMET_USER_AGENT = "Pykismet/0.1.1"

# API URIs
AKISMET_CHECK_URL = "rest.akismet.com/1.1/comment-check"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@ def read(*paths):

setup(
name='pykismet3',
version='0.1.0',
version='0.1.1',
description='A Python 3 module for the Akismet spam comment-spam-detection web service.',
long_description=(read('README.md')),
url='https://github.com/grundleborg/pykismet3',
Expand Down

0 comments on commit ec78bfe

Please sign in to comment.