From dbac49c5d6249e54680864e5c9008004372a8aa0 Mon Sep 17 00:00:00 2001 From: Fokko Date: Thu, 31 Oct 2024 15:47:52 +0100 Subject: [PATCH] Bump version to 0.8.0 --- pyiceberg/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyiceberg/__init__.py b/pyiceberg/__init__.py index e97de9276f..0aa44f4fd4 100644 --- a/pyiceberg/__init__.py +++ b/pyiceberg/__init__.py @@ -15,4 +15,4 @@ # specific language governing permissions and limitations # under the License. -__version__ = "0.9.0" +__version__ = "0.9.1" diff --git a/pyproject.toml b/pyproject.toml index d197d8b35d..0a9d0e1fbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ # under the License. [tool.poetry] name = "pyiceberg" -version = "0.9.0" +version = "0.9.1" readme = "README.md" homepage = "https://py.iceberg.apache.org/" repository = "https://github.com/apache/iceberg-python"