Skip to content

Commit 91b922a

Browse files
committed
🔖 Bump up version
1 parent ac853fe commit 91b922a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mysql_to_sqlite3/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
__title__ = "mysql-to-sqlite3"
33
__description__ = "A simple Python tool to transfer data from MySQL to SQLite 3"
44
__url__ = "https://github.com/techouse/mysql-to-sqlite3"
5-
__version__ = "1.4.14"
5+
__version__ = "1.4.15"
66
__author__ = "Klemen Tusar"
77
__author_email__ = "techouse@gmail.com"
88
__license__ = "MIT"
9-
__copyright__ = "Copyright 2021 Klemen Tusar"
9+
__copyright__ = "Copyright 2023 Klemen Tusar"

0 commit comments

Comments
 (0)