# HG changeset patch # User catherine@cordelia # Date 1207178957 14400 # Node ID bea930b41b58af30357abab8a82e58019bf9e1bf # Parent 4cc24b17d70c2db02067163f1c73fba2871977a8 advancing version diff -r 4cc24b17d70c -r bea930b41b58 __init__.py --- a/__init__.py Wed Apr 02 19:27:22 2008 -0400 +++ b/__init__.py Wed Apr 02 19:29:17 2008 -0400 @@ -1,1 +1,2 @@ -__all__ = ["sqlpython", "sqlpyPlus", "pexpecter", "mysqlpy"] \ No newline at end of file +__all__ = ["sqlpython", "sqlpyPlus", "pexpecter", "mysqlpy"] +__version__ = '1.4.1' \ No newline at end of file diff -r 4cc24b17d70c -r bea930b41b58 setup.py --- a/setup.py Wed Apr 02 19:27:22 2008 -0400 +++ b/setup.py Wed Apr 02 19:29:17 2008 -0400 @@ -9,7 +9,7 @@ Operating System :: OS Independent""".splitlines() setup(name="sqlpython", - version="1.4.0", + version="1.4.1", description="Command-line interface to Oracle", long_description="Customizable alternative to Oracle's SQL*PLUS command-line interface", author="Luca Canali",