Skip to content

Commit 07a5c07

Browse files
committed
chore: upgrade to 0.3.1
1 parent 0901b43 commit 07a5c07

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)