We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935000d commit 752e170Copy full SHA for 752e170
databend_sqlalchemy/__init__.py
@@ -1,7 +1,7 @@
1
#!/usr/bin/env python
2
3
4
-VERSION = (0, 5, 0)
+VERSION = (0, 5, 1)
5
__version__ = ".".join(str(x) for x in VERSION)
6
7
0 commit comments