diff setup.py @ 103:4aa28dffe658 1.4.6

command-line args working well
author catherine@localhost
date Thu, 29 May 2008 14:20:55 -0400
parents 489c25782e0b
children 8ae2ea30095d
line wrap: on
line diff
--- a/setup.py	Thu May 29 13:14:06 2008 -0400
+++ b/setup.py	Thu May 29 14:20:55 2008 -0400
@@ -9,7 +9,7 @@
 Operating System :: OS Independent""".splitlines()
 
 setup(name="sqlpython",
-      version="1.4.5",
+      version="1.4.6",
       description="Command-line interface to Oracle",
       long_description="Customizable alternative to Oracle's SQL*PLUS command-line interface",
       author="Luca Canali",