diff --git a/databend_sqlalchemy/__init__.py b/databend_sqlalchemy/__init__.py index 2e314cb..ee27314 100644 --- a/databend_sqlalchemy/__init__.py +++ b/databend_sqlalchemy/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -VERSION = (0, 4, 6) +VERSION = (0, 4, 7) __version__ = ".".join(str(x) for x in VERSION)