Skip to content

Commit dc7a39d

Browse files
authored
feat: upgrade to v0.5.4 to pypi (#72)
1 parent 06d3545 commit dc7a39d

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

77

0 commit comments

Comments
 (0)