dramaticlly commented on code in PR #5315: URL: https://github.com/apache/iceberg/pull/5315#discussion_r925898887
########## python/pyproject.toml: ########## @@ -17,7 +17,7 @@ [tool.poetry] name = "pyiceberg" -version = "0.0.1rc1" +version = "0.14.0.dev0" Review Comment: I guess using 0.14.0 means every time there's major/minor release from java library, there's need to bump up this to keep it in sync. However I feel there's still cognitive benefit so LGTM! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
