summaryrefslogtreecommitdiff
path: root/src/interfaces/python/setup.py
diff options
context:
space:
mode:
authorD'Arcy J.M. Cain2002-03-19 13:21:14 +0000
committerD'Arcy J.M. Cain2002-03-19 13:21:14 +0000
commitfefa10c2c8c5362f3f7f7856589dcd9b15f12a3f (patch)
treea79d56ed1e28bf096dc6567f97126be60a38ca13 /src/interfaces/python/setup.py
parent7135835f59a37222a6a2b3ca0ba052da972ccf24 (diff)
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 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]",