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