diff --git a/Changelog.md b/Changelog.md index a387357..c0e4387 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ # Changelog -## 7.0.1 +## 7.0.1-2 - Build wheel for MacOS 13 x86 diff --git a/doc/source/conf.py b/doc/source/conf.py index 21ad9cb..acef5a9 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -22,7 +22,7 @@ author = "Markus Klein" # The full version, including alpha/beta/rc tags -release = "7.0.1" +release = "7.0.2" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 05adbce..0c798bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "arrow-odbc" authors = [{name = "Markus Klein"}] description="Read the data of an ODBC data source as sequence of Apache Arrow record batches." readme = "README.md" -version = "7.0.1" +version = "7.0.2" dependencies = ["cffi", "pyarrow >= 8.0.0"] [project.license]