danielcweeks commented on code in PR #5835: URL: https://github.com/apache/iceberg/pull/5835#discussion_r978832471
########## python/pyproject.toml: ########## @@ -17,7 +17,7 @@ [tool.poetry] name = "pyiceberg" -version = "0.1.0.dev0" +version = "0.1.0" Review Comment: I'm not really familiar with how Poetry does versioning, but if we push this to master, doesn't that make the baseline pinned to `0.1.0` for all build artifacts until it's updated? On the java side, I think we don't explicitly checkin a release version number. Feels like we should only have a release version for the actual release build. -- 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]
