Skip to content

Commit 328c7df

Browse files
author
James William Pye
committed
Mark as 0.9.1dev
1 parent 95cfd77 commit 328c7df

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
@@ -26,7 +26,7 @@
2626
__project__ = 'py-postgresql'
2727
__project_id__ = 'http://python.projects.postgresql.org'
2828

29-
version_info = (0, 9, 0, 'final', 0)
29+
version_info = (0, 9, 1, 'dev', 0)
3030
__version__ = '.'.join(map(str, version_info[:3])) + (
3131
version_info[3] if version_info[3] != 'final' else ''
3232
)

0 commit comments

Comments
 (0)