From 1fbe873d24b2bf73d831b7710fd563accd6ab968 Mon Sep 17 00:00:00 2001 From: hantmac Date: Mon, 7 Jul 2025 14:27:32 +0800 Subject: [PATCH] chore: release v0.5.1 --- databend_sqlalchemy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databend_sqlalchemy/__init__.py b/databend_sqlalchemy/__init__.py index b6c2a03..4079abf 100644 --- a/databend_sqlalchemy/__init__.py +++ b/databend_sqlalchemy/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python -VERSION = (0, 5, 0) +VERSION = (0, 5, 1) __version__ = ".".join(str(x) for x in VERSION)