Mercurial > sqlpython
changeset 54:bea930b41b58
advancing version
author | catherine@cordelia |
---|---|
date | Wed, 02 Apr 2008 19:29:17 -0400 |
parents | 4cc24b17d70c |
children | 2fd2f54648ea |
files | __init__.py setup.py |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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",