]> jfr.im git - z_archive/twitter.git/blobdiff - setup.py
Oh my God Python. We need to talk. Another stab at inheriting from int sanely.
[z_archive/twitter.git] / setup.py
index 1dd5dbcbac6d67fb51a8bebedc0574c14cb9b40b..d1e60d7a886f7833ee493d99d04dfaaed9a620bd 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,12 +1,12 @@
 from setuptools import setup, find_packages
 import sys, os
 
-version = '1.3b'
+version = '1.4.2'
 
-install_requires=[
+install_requires = [
     # -*- Extra requirements: -*-
     "python-dateutil>=1.1",
-    ],
+    ]
 
 def _py26OrGreater():
     return sys.hexversion > 0x20600f0