This is an automated email from the ASF dual-hosted git repository.
honahx pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
The following commit(s) were added to refs/heads/main by this push:
new d559e53e Bump version to 0.8.0 (#1276)
d559e53e is described below
commit d559e53ed1895f947274c23de754b802a3f6c46f
Author: Fokko Driesprong <[email protected]>
AuthorDate: Fri Nov 1 00:36:35 2024 +0100
Bump version to 0.8.0 (#1276)
---
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 6a71a4d5..42c6e12f 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.1"
+__version__ = "0.8.0"
diff --git a/pyproject.toml b/pyproject.toml
index f3a9bdfe..a6f72d71 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@
# under the License.
[tool.poetry]
name = "pyiceberg"
-version = "0.7.1"
+version = "0.8.0"
readme = "README.md"
homepage = "https://py.iceberg.apache.org/"
repository = "https://github.com/apache/iceberg-python"