We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eae948 commit b9494c3Copy full SHA for b9494c3
clickhouse_backend/__init__.py
@@ -1,5 +1,5 @@
1
from clickhouse_backend.utils.version import get_version
2
3
-VERSION = (1, 3, 1, "final", 0)
+VERSION = (1, 3, 2, "final", 0)
4
5
__version__ = get_version(VERSION)
0 commit comments