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 884802c commit 082a910Copy full SHA for 082a910
aiomysql/__init__.py
@@ -33,7 +33,7 @@
33
from .cursors import Cursor, SSCursor, DictCursor, SSDictCursor
34
from .pool import create_pool, Pool
35
36
-__version__ = '0.0.17'
+__version__ = '0.0.19'
37
38
__all__ = [
39
0 commit comments