From: Dennis Kanygin Date: Tue, 1 Oct 2013 17:14:34 +0000 (-0700) Subject: change version number to 1.10.1 X-Git-Tag: twitter-1.10.2~6^2~1 X-Git-Url: https://jfr.im/git/z_archive/twitter.git/commitdiff_plain/93281aed94b202504d033ff0c78124f60a6071f0?ds=sidebyside;hp=04478c23fb617caf852881bf2ca56578e896134c change version number to 1.10.1 --- diff --git a/setup.py b/setup.py index 3bc1542..a51afac 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import sys, os -version = '1.10.0' +version = '1.10.1' install_requires = [ # -*- Extra requirements: -*-