Skip to content

Commit 85e4055

Browse files
authored
Merge pull request #6 from datafuselabs/chore/upgrade-031
chore: upgrade to 0.3.1
2 parents 0901b43 + 07a5c07 commit 85e4055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databend_sqlalchemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
from databend_sqlalchemy.entry_points import validate_entrypoints # noqa
55

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

0 commit comments

Comments
 (0)