Skip to content

Commit

Permalink
pip command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekmo committed Apr 16, 2016
1 parent fe37e4f commit 618fcb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Installation

2. Install this library::

pip install pykismet3
pip install python-akismet

3. Make some calls to Akismet (see example below to get started)

Expand Down
2 changes: 1 addition & 1 deletion akismet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import requests
from akismet.exceptions import AkismetServerError, MissingParameterError

__version__ = '0.2.0'
__version__ = '0.2.1'

PYTHON_AKISMET_USER_AGENT = "Python-Akismet/{0}".format(__version__)

Expand Down

0 comments on commit 618fcb5

Please sign in to comment.