Skip to content

Commit f73ff34

Browse files
author
James William Pye
committed
Mark as 0.9 final.
1 parent f7cc9d0 commit f73ff34

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

postgresql/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
]
2222

2323
__author__ = "James William Pye <[email protected]>"
24-
__date__ = "2009-04-04 21:15:00-07"
24+
__date__ = "2009-06-13 15:56:00-07"
2525

2626
__project__ = 'py-postgresql'
2727
__project_id__ = 'http://python.projects.postgresql.org'
2828

29-
version_info = (0, 9, 0, 'dev', 0)
29+
version_info = (0, 9, 0, 'final', 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)