Skip to content

Commit

Permalink
Updated version number for the 0.0.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthercox committed Feb 1, 2015
1 parent 0e9d114 commit 8c76c27
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions setup.py
Expand Up @@ -17,16 +17,13 @@
readme = lambda f: open(f, "r").read()

requirements = [
"fuzzywuzzy==0.3.2"
]

test_requirements = [
"fuzzywuzzy==0.3.2"
"fuzzywuzzy==0.4.0",
"requests-oauthlib==0.4.2"
]

setup(
name="ChatterBot",
version="0.0.4",
version="0.0.5",
description="An open-source chat bot program written in Python.",
long_description=readme("readme.md") + "\n\n" + history,
author="Gunther Cox",
Expand Down Expand Up @@ -57,5 +54,5 @@
"Programming Language :: Python :: 3.4",
],
test_suite="tests",
tests_require=test_requirements
tests_require=[]
)

0 comments on commit 8c76c27

Please sign in to comment.