Fokko commented on code in PR #5835: URL: https://github.com/apache/iceberg/pull/5835#discussion_r978872508
########## python/pyproject.toml: ########## @@ -17,7 +17,7 @@ [tool.poetry] name = "pyiceberg" -version = "0.1.0.dev0" +version = "0.1.0" Review Comment: We have a SNAPSHOT version for Java, right? My idea was to set it to `0.1.0` so we can release the code-base as is, and we don't have to update versions after the RC is accepted. After the release, I'll bump it to `0.2.0` on master. -- 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]
