diff options
author | D'Arcy J.M. Cain <darcy@druid.net> | 2002-03-19 13:21:14 +0000 |
---|---|---|
committer | D'Arcy J.M. Cain <darcy@druid.net> | 2002-03-19 13:21:14 +0000 |
commit | b752788510696c9ac5e9e43611a8b6a0eaacca77 (patch) | |
tree | fbcaa21cac1eebcc755e69b471f1f9d78e064951 /src/interfaces/python/setup.py | |
parent | d6b4153f934527bb4752a1e69cc7416c1c055f6d (diff) | |
download | postgresql-b752788510696c9ac5e9e43611a8b6a0eaacca77.tar.gz postgresql-b752788510696c9ac5e9e43611a8b6a0eaacca77.zip |
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 79650522d8f..9405dbbab83 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 = "darcy@druid.net", |