You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2022/12/22 19:47:12 UTC

[iceberg] branch pyiceberg-0.2.0 updated: Python: Bump version to 0.2.1 (#6483)

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

blue pushed a commit to branch pyiceberg-0.2.0
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/pyiceberg-0.2.0 by this push:
     new 4b6bf86f00 Python: Bump version to 0.2.1 (#6483)
4b6bf86f00 is described below

commit 4b6bf86f00342921edb46506157c02456e7d4ca2
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Thu Dec 22 20:47:06 2022 +0100

    Python: Bump version to 0.2.1 (#6483)
---
 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 166b200372..b265ec9087 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.2.0"
+__version__ = "0.2.1"
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 86d3bd023a..f56ae78a6c 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -17,7 +17,7 @@
 
 [tool.poetry]
 name = "pyiceberg"
-version = "0.2.0"
+version = "0.2.1"
 readme = "README.md"
 homepage = "https://iceberg.apache.org/"
 repository = "https://github.com/apache/iceberg/"