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