diff setup.py @ 202:3ca2271847e2

version marked at 1.5.1
author catherine@Elli.myhome.westell.com
date Fri, 05 Dec 2008 09:14:00 -0500
parents 4a639619814a
children a3eeea9ee8cc
line wrap: on
line diff
--- a/setup.py	Thu Dec 04 17:24:59 2008 -0500
+++ b/setup.py	Fri Dec 05 09:14:00 2008 -0500
@@ -9,7 +9,7 @@
 Operating System :: OS Independent""".splitlines()
 
 setup(name="sqlpython",
-      version="1.5.0",
+      version="1.5.1",
       description="Command-line interface to Oracle",
       long_description="Customizable alternative to Oracle's SQL*PLUS command-line interface",
       author="Luca Canali",
@@ -17,7 +17,7 @@
       url="https://twiki.cern.ch/twiki/bin/view/PSSGroup/SqlPython",
       packages=find_packages(),
       include_package_data=True,    
-      install_requires=['pyparsing','cmd2>=0.4.3','cx_Oracle','genshi>=0.5'],
+      install_requires=['pyparsing','cmd2>=0.4.4','cx_Oracle','genshi>=0.5'],
       keywords = 'client oracle database',
       license = 'MIT',
       platforms = ['any'],