Skip to content

Commit ff06513

Browse files
authored
feat: upgrade to v0.5.5 (#74)
1 parent 5bf643a commit ff06513

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, 4)
4+
VERSION = (0, 5, 5)
55
__version__ = ".".join(str(x) for x in VERSION)
66

77

0 commit comments

Comments
 (0)