Skip to content

Commit 752e170

Browse files
authored
chore: release v0.5.1 (#67)
1 parent 935000d commit 752e170

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)