Skip to content

Commit 9f26fd5

Browse files
authored
🔖 release v1.4.19 (#67)
- handle generated columns #65
1 parent 572d3f4 commit 9f26fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite3_to_mysql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Utility to transfer data from SQLite 3 to MySQL."""
2-
__version__ = "1.4.18"
2+
__version__ = "1.4.19"
33

44
from .transporter import SQLite3toMySQL

0 commit comments

Comments
 (0)