Skip to content

Commit f59fa7d

Browse files
author
James William Pye
committed
Mark as 0.9.4dev.
1 parent 345d082 commit f59fa7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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, 3, 'final', 0)
31+
version_info = (0, 9, 4, 'dev', 0)
3232

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

0 commit comments

Comments
 (0)