diff --git a/pyproject.toml b/pyproject.toml index a6ac431f..8cf314a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyodbc" -version = "5.1.0" +version = "5.2.0" requires-python = ">=3.8" # This is used by the GitHub action that builds release artifacts using cibuildwheel.