We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c3f967 commit 45f0e2aCopy full SHA for 45f0e2a
asyncpg/__init__.py
@@ -15,4 +15,4 @@
15
__all__ = ('connect', 'create_pool', 'Record', 'Connection') + \
16
exceptions.__all__ # NOQA
17
18
-__version__ = '0.14.0.dev0'
+__version__ = '0.14.0'
0 commit comments