quinnj commented on a change in pull request #9121: URL: https://github.com/apache/arrow/pull/9121#discussion_r554147764
########## File path: julia/Arrow/Project.toml ########## @@ -1,9 +1,10 @@ name = "Arrow" uuid = "69666777-d1a9-59fb-9406-91d4454c9d45" authors = ["quinnj <[email protected]>"] -version = "0.3.0" +version = "1.1.0" Review comment: This version number tracks the currently registered package in the Julia registry; for the Apache version, I plan on updating the instructions in the README with the `Pkg` command to install the library release version according to the apache/arrow release tag (i.e. `apache-arrow-2.0.0`); that will ensure people can install the exact, official Apache release code. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
