Skip to content

Commit 0a9dbbe

Browse files
authored
🔖 release v1.4.17 (#60)
1 parent 1b60285 commit 0a9dbbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite3_to_mysql/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__title__ = "sqlite3-to-mysql"
33
__description__ = "A simple Python tool to transfer data from SQLite 3 to MySQL"
44
__url__ = "https://github.com/techouse/sqlite3-to-mysql"
5-
__version__ = "1.4.16"
5+
__version__ = "1.4.17"
66
__author__ = "Klemen Tusar"
77
__author_email__ = "techouse@gmail.com"
88
__license__ = "MIT"

0 commit comments

Comments
 (0)