From 625984d91214413168a3693bb14f42de528dcb89 Mon Sep 17 00:00:00 2001 From: Sung Yun <107272191+sungwy@users.noreply.github.com> Date: Fri, 9 Aug 2024 12:54:46 -0400 Subject: [PATCH 1/2] Bump version to 0.7.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3eb0ea0ca9..f3caba9701 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ # under the License. [tool.poetry] name = "pyiceberg" -version = "0.7.0" +version = "0.7.1" readme = "README.md" homepage = "https://py.iceberg.apache.org/" repository = "https://github.com/apache/iceberg-python" From e885dc7123948489f4a252bad41dfb55e21dec42 Mon Sep 17 00:00:00 2001 From: Sung Yun <107272191+sungwy@users.noreply.github.com> Date: Fri, 9 Aug 2024 12:55:11 -0400 Subject: [PATCH 2/2] bump --- pyiceberg/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyiceberg/__init__.py b/pyiceberg/__init__.py index ddf508d7aa..6a71a4d567 100644 --- a/pyiceberg/__init__.py +++ b/pyiceberg/__init__.py @@ -15,4 +15,4 @@ # specific language governing permissions and limitations # under the License. -__version__ = "0.7.0" +__version__ = "0.7.1"