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.
2 parents 0901b43 + 07a5c07 commit 85e4055Copy full SHA for 85e4055
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