We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eac536 commit 1e14468Copy full SHA for 1e14468
1 file changed
postgresql/project.py
@@ -8,5 +8,5 @@
8
meaculpa = 'Python+Postgres'
9
abstract = 'Driver and tools library for PostgreSQL'
10
11
-version_info = (1, 2, 2)
+version_info = (1, 3, 0)
12
version = '.'.join(map(str, version_info))
0 commit comments