Skip to content

Commit 16a2f77

Browse files
author
James William Pye
committed
0.9.2 appears successful. Bump bugfix and tag as development.
1 parent 54fb0a9 commit 16a2f77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postgresql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
__project_id__ = 'http://python.projects.postgresql.org'
2929

3030
#: The py-postgresql version tuple.
31-
version_info = (0, 9, 2, 'final', 0)
31+
version_info = (0, 9, 3, 'dev', 0)
3232

3333
#: The py-postgresql version string.
3434
version = __version__ = '.'.join(map(str, version_info[:3])) + (

0 commit comments

Comments
 (0)