We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b17c007 commit 422d0b8Copy full SHA for 422d0b8
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.5'
+__version__ = '0.0.6'
37
38
__all__ = [
39
0 commit comments