]> jfr.im git - z_archive/twitter.git/blobdiff - setup.py
Let's go to 1.0.1 now that the app link works, shall we?
[z_archive/twitter.git] / setup.py
index d76de4c5fd7ff4d4a1e1b2b38915cf4cbde298e0..70b964e39aa60450ab1e76dbef27f9d0c2ecb12a 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import sys, os
 
-version = '0.4.3'
+version = '1.0.1'
 
 setup(name='twitter',
       version=version,
@@ -31,7 +31,7 @@ setup(name='twitter',
       install_requires=[
           # -*- Extra requirements: -*-
           "simplejson>=1.7.1",
-          "dateutil>=1.1",
+          "python-dateutil>=1.1",
       ],
       entry_points="""
       # -*- Entry points: -*-