diff options
author | D'Arcy J.M. Cain | 2002-03-19 13:21:14 +0000 |
---|---|---|
committer | D'Arcy J.M. Cain | 2002-03-19 13:21:14 +0000 |
commit | fefa10c2c8c5362f3f7f7856589dcd9b15f12a3f (patch) | |
tree | a79d56ed1e28bf096dc6567f97126be60a38ca13 /src/interfaces/python/setup.py | |
parent | 7135835f59a37222a6a2b3ca0ba052da972ccf24 (diff) |
Bump version number to match tree.
Diffstat (limited to 'src/interfaces/python/setup.py')
-rwxr-xr-x | src/interfaces/python/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/python/setup.py b/src/interfaces/python/setup.py index 79650522d8..9405dbbab8 100755 --- a/src/interfaces/python/setup.py +++ b/src/interfaces/python/setup.py @@ -36,7 +36,7 @@ else: data_files = [] setup (name = "PyGreSQL", - version = "3.1", + version = "3.3", description = "Python PostgreSQL Interfaces", author = "D'Arcy J. M. Cain", author_email = "[email protected]", |