We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d3545 commit dc7a39dCopy full SHA for dc7a39d
databend_sqlalchemy/__init__.py
@@ -1,7 +1,7 @@
1
#!/usr/bin/env python
2
3
4
-VERSION = (0, 5, 3)
+VERSION = (0, 5, 4)
5
__version__ = ".".join(str(x) for x in VERSION)
6
7
0 commit comments