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

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

commit c42317f2b755f4c9fc115e483b6f894382b44bdd
Author: Fokko Driesprong <fo...@tabular.io>
AuthorDate: Sat Oct 14 12:19:06 2023 +0200

    Bump version to 0.5.1 (#68)
---
 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 c95a617..8a72b22 100644
--- a/pyiceberg/__init__.py
+++ b/pyiceberg/__init__.py
@@ -15,4 +15,4 @@
 # specific language governing permissions and limitations
 # under the License.
 
-__version__ = "0.5.0"
+__version__ = "0.5.1"
diff --git a/pyproject.toml b/pyproject.toml
index 1d15df1..902513f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@
 # under the License.
 [tool.poetry]
 name = "pyiceberg"
-version = "0.5.0"
+version = "0.5.1"
 readme = "README.md"
 homepage = "https://py.iceberg.apache.org/";
 repository = "https://github.com/apache/iceberg/";

Reply via email to