You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by fo...@apache.org on 2023/06/26 08:38:48 UTC

[iceberg] branch master updated: Python: Bump version to 0.4.0 (#7912)

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

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new e85ec9447c Python: Bump version to 0.4.0 (#7912)
e85ec9447c is described below

commit e85ec9447c08c1a21e9ef21278f3237811f3f67f
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Mon Jun 26 10:38:41 2023 +0200

    Python: Bump version to 0.4.0 (#7912)
---
 python/pyiceberg/__init__.py | 2 +-
 python/pyproject.toml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/pyiceberg/__init__.py b/python/pyiceberg/__init__.py
index 12badee191..e725b34eae 100644
--- a/python/pyiceberg/__init__.py
+++ b/python/pyiceberg/__init__.py
@@ -15,4 +15,4 @@
 # specific language governing permissions and limitations
 # under the License.
 
-__version__ = "0.3.0"
+__version__ = "0.4.0"
diff --git a/python/pyproject.toml b/python/pyproject.toml
index cd8006d3d8..8fd40f0838 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -16,7 +16,7 @@
 # under the License.
 [tool.poetry]
 name = "pyiceberg"
-version = "0.3.0"
+version = "0.4.0"
 readme = "README.md"
 homepage = "https://iceberg.apache.org/"
 repository = "https://github.com/apache/iceberg/"