Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orlnub123 committed Mar 20, 2018
1 parent a1d29a3 commit 9d741d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include LICENSE.txt
include README.rst
recursive-include tests *.py
2 changes: 1 addition & 1 deletion cleverbot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.1.0'
__version__ = '2.1.1'

from .cleverbot import Cleverbot, load
from .errors import CleverbotError, APIError, DecodeError, Timeout

0 comments on commit 9d741d6

Please sign in to comment.