Skip to content

Commit 5e18bc3

Browse files
committed
Set version to 0.13.0.dev0
1 parent fa6dbc4 commit 5e18bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncpg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
__all__ = ('connect', 'create_pool', 'Record', 'Connection') + \
1616
exceptions.__all__ # NOQA
1717

18-
__version__ = '0.12.0'
18+
__version__ = '0.13.0.dev0'

0 commit comments

Comments
 (0)