aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/python/setup.py
diff options
context:
space:
mode:
authorD'Arcy J.M. Cain <darcy@druid.net>2002-03-19 13:21:14 +0000
committerD'Arcy J.M. Cain <darcy@druid.net>2002-03-19 13:21:14 +0000
commitb752788510696c9ac5e9e43611a8b6a0eaacca77 (patch)
treefbcaa21cac1eebcc755e69b471f1f9d78e064951 /src/interfaces/python/setup.py
parentd6b4153f934527bb4752a1e69cc7416c1c055f6d (diff)
downloadpostgresql-b752788510696c9ac5e9e43611a8b6a0eaacca77.tar.gz
postgresql-b752788510696c9ac5e9e43611a8b6a0eaacca77.zip
Bump version number to match tree.
Diffstat (limited to 'src/interfaces/python/setup.py')
-rwxr-xr-xsrc/interfaces/python/setup.py2
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",