Skip to content

Commit b655d2d

Browse files
committed
fix setup
1 parent 13ac187 commit b655d2d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

databend_sqlalchemy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
from databend_sqlalchemy.entry_points import validate_entrypoints
55

6-
VERSION = (0, 2, 2)
6+
VERSION = (0, 2, 3)
77
__version__ = '.'.join(str(x) for x in VERSION)

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def read_version():
3939
install_requires=[
4040
'databend_py',
4141
'sqlalchemy',
42+
'mysql.connector',
4243
],
4344

4445
extras_require={

0 commit comments

Comments
 (0)