This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch fd-set-version in repository https://gitbox.apache.org/repos/asf/iceberg.git
commit 7a42a061aa7c0543dde0202307e5f7f3c2bad2b6 Author: Fokko Driesprong <[email protected]> AuthorDate: Thu Dec 1 07:53:53 2022 +0100 Python: Set version to 0.2.0 --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index f6c7126daa..86d3bd023a 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -17,7 +17,7 @@ [tool.poetry] name = "pyiceberg" -version = "0.2.0.dev0" +version = "0.2.0" readme = "README.md" homepage = "https://iceberg.apache.org/" repository = "https://github.com/apache/iceberg/"
