This is an automated email from the ASF dual-hosted git repository.

fokko 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 ae272b5b bump version to 0.9.0 (#1489)
ae272b5b is described below

commit ae272b5b37a3132932548d06fb9e8acd23f2bc57
Author: Kevin Liu <[email protected]>
AuthorDate: Fri Jan 10 16:01:36 2025 -0500

    bump version to 0.9.0 (#1489)
    
    * bump to 0.8.1
    
    * bump to 0.9.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 42c6e12f..e97de927 100644
--- a/pyiceberg/__init__.py
+++ b/pyiceberg/__init__.py
@@ -15,4 +15,4 @@
 # specific language governing permissions and limitations
 # under the License.
 
-__version__ = "0.8.0"
+__version__ = "0.9.0"
diff --git a/pyproject.toml b/pyproject.toml
index 58dac055..56be9373 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@
 # under the License.
 [tool.poetry]
 name = "pyiceberg"
-version = "0.8.0"
+version = "0.9.0"
 readme = "README.md"
 homepage = "https://py.iceberg.apache.org/";
 repository = "https://github.com/apache/iceberg-python";

Reply via email to