Skip to content

Commit

Permalink
fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hantmac committed Mar 8, 2023
1 parent 13ac187 commit b655d2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion databend_sqlalchemy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

from databend_sqlalchemy.entry_points import validate_entrypoints

VERSION = (0, 2, 2)
VERSION = (0, 2, 3)
__version__ = '.'.join(str(x) for x in VERSION)
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def read_version():
install_requires=[
'databend_py',
'sqlalchemy',
'mysql.connector',
],

extras_require={
Expand Down

0 comments on commit b655d2d

Please sign in to comment.