From: D'Arcy J.M. Cain Date: Tue, 19 Mar 2002 13:21:14 +0000 (+0000) Subject: Bump version number to match tree. X-Git-Tag: REL7_3~1868 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b752788510696c9ac5e9e43611a8b6a0eaacca77;p=postgresql Bump version number to match tree. --- 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 = "darcy@druid.net",