Skip to content

Commit 1fbe873

Browse files
committed
chore: release v0.5.1
1 parent c5be5fb commit 1fbe873

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
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33

4-
VERSION = (0, 5, 0)
4+
VERSION = (0, 5, 1)
55
__version__ = ".".join(str(x) for x in VERSION)
66

77

0 commit comments

Comments
 (0)