Skip to content

Commit

Permalink
Changed download link to v1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
madrenodriza committed Apr 4, 2019
1 parent 375e18f commit 0cc3cac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0cc3cac

Please sign in to comment.