diff --git a/dist/twython-0.8.macosx-10.5-i386.tar.gz b/dist/twython-0.8.macosx-10.5-i386.tar.gz new file mode 100644 index 0000000..96743b1 Binary files /dev/null and b/dist/twython-0.8.macosx-10.5-i386.tar.gz differ diff --git a/dist/twython-0.8.tar.gz b/dist/twython-0.8.tar.gz new file mode 100644 index 0000000..ab90687 Binary files /dev/null and b/dist/twython-0.8.tar.gz differ diff --git a/dist/twython-0.8.win32.exe b/dist/twython-0.8.win32.exe new file mode 100644 index 0000000..57f2194 Binary files /dev/null and b/dist/twython-0.8.win32.exe differ diff --git a/setup.py b/setup.py index 038ab6a..8747b12 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import sys, os __author__ = 'Ryan McGrath ' -__version__ = '0.6' +__version__ = '0.8' # For the love of god, use Pip to install this. diff --git a/twython.egg-info/PKG-INFO b/twython.egg-info/PKG-INFO index 9d7210c..ade4232 100644 --- a/twython.egg-info/PKG-INFO +++ b/twython.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: twython -Version: 0.6 +Version: 0.8 Summary: A new and easy way to access Twitter data with Python. Home-page: http://github.com/ryanmcgrath/twython/tree/master Author: Ryan McGrath