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