]> jfr.im git - z_archive/twitter.git/blobdiff - setup.py
Fix bug in config parser for IRC bot.
[z_archive/twitter.git] / setup.py
index 8ad9a8fad14815f912963ce0f640e7bab7c56b1d..2e89d92e31a92b5e224157e3b3cfea6aff697438 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,12 +1,12 @@
 from setuptools import setup, find_packages
 import sys, os
 
-version = '1.3'
+version = '1.4'
 
-install_requires=[
+install_requires = [
     # -*- Extra requirements: -*-
     "python-dateutil>=1.1",
-    ],
+    ]
 
 def _py26OrGreater():
     return sys.hexversion > 0x20600f0