setup.py
changeset 81 359baebcf0e8
parent 80 fa9650e9ec23
parent 77 df9f497129e8
child 94 4466b5b65881
--- a/setup.py	Wed Mar 16 15:08:15 2016 +0100
+++ b/setup.py	Wed Mar 16 15:18:36 2016 +0100
@@ -1,13 +1,16 @@
 import sys, os
 import setuptools
 
-version = '0.5.2'
+version = '0.6.1'
 
 setuptools.setup(
     name='python-whois',
     version=version,
     description="Whois querying and parsing of domain registration information.",
     long_description='',
+    install_requires=[
+        'future',
+    ],
     classifiers=[
         'Environment :: Web Environment',
         'Intended Audience :: Developers',