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