diff options
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 c128e6e7997..76c6cd1101f 100755 --- a/src/interfaces/python/setup.py +++ b/src/interfaces/python/setup.py @@ -24,7 +24,7 @@ optional_libs=['pq'] from distutils.core import setup setup (name = "PyGreSQL", - version = "3.0", + version = "3.1", description = "Python PostgreSQL Interfaces", author = "D'Arcy J. M. Cain", author_email = "darcy@druid.net", |