Skip to content

Commit 082a910

Browse files
authored
Bump version
1 parent 884802c commit 082a910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiomysql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from .cursors import Cursor, SSCursor, DictCursor, SSDictCursor
3434
from .pool import create_pool, Pool
3535

36-
__version__ = '0.0.17'
36+
__version__ = '0.0.19'
3737

3838
__all__ = [
3939

0 commit comments

Comments
 (0)