This is an automated email from the ASF dual-hosted git repository.
sungwy pushed a commit to branch pyiceberg-0.7.x
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
The following commit(s) were added to refs/heads/pyiceberg-0.7.x by this push:
new 5e89fc5c Bump version to 0.7.1 (#1034)
5e89fc5c is described below
commit 5e89fc5c55c09a17ea38a03f0139b54a35786adc
Author: Sung Yun <[email protected]>
AuthorDate: Fri Aug 9 13:21:16 2024 -0400
Bump version to 0.7.1 (#1034)
* Bump version to 0.7.1
* bump
---
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 ddf508d7..6a71a4d5 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"
diff --git a/pyproject.toml b/pyproject.toml
index 241bc75a..69d792aa 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"