We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0901b43 commit 07a5c07Copy full SHA for 07a5c07
databend_sqlalchemy/__init__.py
@@ -3,5 +3,5 @@
3
4
from databend_sqlalchemy.entry_points import validate_entrypoints # noqa
5
6
-VERSION = (0, 3, 0)
+VERSION = (0, 3, 1)
7
__version__ = ".".join(str(x) for x in VERSION)
0 commit comments