From 2cd1887a870ca69566e6ab67c0a608d10d0ad7af Mon Sep 17 00:00:00 2001 From: Jeremy Date: Mon, 29 Apr 2024 20:08:55 +0800 Subject: [PATCH] feat: upgrade to 0.4.6 (#41) --- 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 34a6915..2e314cb 100644 --- a/databend_sqlalchemy/__init__.py +++ b/databend_sqlalchemy/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -VERSION = (0, 4, 5) +VERSION = (0, 4, 6) __version__ = ".".join(str(x) for x in VERSION)