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