We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f0e2a commit 8cec66fCopy full SHA for 8cec66f
asyncpg/__init__.py
@@ -15,4 +15,4 @@
15
__all__ = ('connect', 'create_pool', 'Record', 'Connection') + \
16
exceptions.__all__ # NOQA
17
18
-__version__ = '0.14.0'
+__version__ = '0.15.0.dev0'
0 commit comments