From a9bacfeb261c95465bb88f5a5a53f662cd6e66b1 Mon Sep 17 00:00:00 2001 From: mibe Date: Thu, 13 Feb 2025 14:16:39 +0000 Subject: [PATCH] Prepared for the release 5.1.0 --- sqlalchemy_exasol/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlalchemy_exasol/version.py b/sqlalchemy_exasol/version.py index 70164cf2..54e56574 100644 --- a/sqlalchemy_exasol/version.py +++ b/sqlalchemy_exasol/version.py @@ -5,7 +5,7 @@ # Do not edit this file manually! # If you need to change the version, do so in the project.toml, e.g. by using `poetry version X.Y.Z`. MAJOR = 5 -MINOR = 0 +MINOR = 1 PATCH = 0 VERSION = f"{MAJOR}.{MINOR}.{PATCH}" __version__ = VERSION