From 32d10732a6317534880f3dbc584312ac1eef8b8b Mon Sep 17 00:00:00 2001 From: Michael Kleehammer Date: Fri, 13 Oct 2023 11:49:02 -0500 Subject: [PATCH] Release 5.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a3399eb7..f1f597cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyodbc" -version = "5.0.0" +version = "5.0.1" requires-python = ">=3.8" # This is used by the GitHub action that builds release artifacts using cibuildwheel.