From 5c5fda59161355856664108d3926d5180f937d09 Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Sun, 15 Oct 2023 15:31:46 +0200 Subject: [PATCH] Bump version to 0.6.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 8a72b22c56..907a887f72 100644 --- a/pyiceberg/__init__.py +++ b/pyiceberg/__init__.py @@ -15,4 +15,4 @@ # specific language governing permissions and limitations # under the License. -__version__ = "0.5.1" +__version__ = "0.6.0" diff --git a/pyproject.toml b/pyproject.toml index d36c12733f..ac4420b8c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ # under the License. [tool.poetry] name = "pyiceberg" -version = "0.5.1" +version = "0.6.0" readme = "README.md" homepage = "https://py.iceberg.apache.org/" repository = "https://github.com/apache/iceberg/"