Skip to content

Commit 9627f5a

Browse files
author
James William Pye
committed
Mark as 1.0.0dev.
1 parent 16a2f77 commit 9627f5a

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

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

0 commit comments

Comments
 (0)