diff --git a/setup.py b/setup.py index 4b59aef..f6867fd 100644 --- a/setup.py +++ b/setup.py @@ -2,13 +2,13 @@ setup( name = 'MarkovTweets', packages = ['MarkovTweets'], - version = '0.2', + version = '1.0', license='MIT', description = 'A Python twitter bot that uses a markov chain based sentence generator to fill in tweets.', author = 'MadreNodriza', author_email = 'enodriza@gmail.com', url = 'https://github.com/madrenodriza', - download_url = 'https://github.com/madrenodriza/MarkovTweets/archive/v0.2.tar.gz', + download_url = 'https://github.com/madrenodriza/MarkovTweets/archive/v1.0.tar.gz', keywords = ['Twitter', 'MarkovChain', 'Bot'], install_requires=[ 'certifi',