We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ac187 commit b655d2dCopy full SHA for b655d2d
databend_sqlalchemy/__init__.py
@@ -3,5 +3,5 @@
3
4
from databend_sqlalchemy.entry_points import validate_entrypoints
5
6
-VERSION = (0, 2, 2)
+VERSION = (0, 2, 3)
7
__version__ = '.'.join(str(x) for x in VERSION)
setup.py
@@ -39,6 +39,7 @@ def read_version():
39
install_requires=[
40
'databend_py',
41
'sqlalchemy',
42
+ 'mysql.connector',
43
],
44
45
extras_require={
0 commit comments