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

honahx pushed a commit to branch pyiceberg-0.6.x
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


The following commit(s) were added to refs/heads/pyiceberg-0.6.x by this push:
     new 9cd349f4 bump version to 0.6.1 (#561)
9cd349f4 is described below

commit 9cd349f458dff7b877ce563d8d983bd8f2a93077
Author: Honah J <[email protected]>
AuthorDate: Thu Mar 28 23:43:14 2024 -0700

    bump version to 0.6.1 (#561)
---
 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 907a887f..ee0b80e5 100644
--- a/pyiceberg/__init__.py
+++ b/pyiceberg/__init__.py
@@ -15,4 +15,4 @@
 # specific language governing permissions and limitations
 # under the License.
 
-__version__ = "0.6.0"
+__version__ = "0.6.1"
diff --git a/pyproject.toml b/pyproject.toml
index a07c51df..e89ce0c3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@
 # under the License.
 [tool.poetry]
 name = "pyiceberg"
-version = "0.6.0"
+version = "0.6.1"
 readme = "README.md"
 homepage = "https://py.iceberg.apache.org/";
 repository = "https://github.com/apache/iceberg-python";

Reply via email to