You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ba...@apache.org on 2023/04/17 23:19:28 UTC

[arrow-julia] branch main updated: Bump Arrow + ArrowTypes versions (#407)

This is an automated email from the ASF dual-hosted git repository.

baumgold pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-julia.git


The following commit(s) were added to refs/heads/main by this push:
     new 686ab57  Bump Arrow + ArrowTypes versions (#407)
686ab57 is described below

commit 686ab570b831035715cb58f666233ec673e50d8f
Author: Ben Baumgold <49...@users.noreply.github.com>
AuthorDate: Mon Apr 17 19:19:23 2023 -0400

    Bump Arrow + ArrowTypes versions (#407)
---
 Project.toml                | 2 +-
 src/ArrowTypes/Project.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Project.toml b/Project.toml
index d3f1688..fa8fd15 100644
--- a/Project.toml
+++ b/Project.toml
@@ -18,7 +18,7 @@
 name = "Arrow"
 uuid = "69666777-d1a9-59fb-9406-91d4454c9d45"
 authors = ["quinnj <qu...@gmail.com>"]
-version = "2.5.1"
+version = "2.5.2"
 
 [deps]
 ArrowTypes = "31f734f8-188a-4ce0-8406-c8a06bd891cd"
diff --git a/src/ArrowTypes/Project.toml b/src/ArrowTypes/Project.toml
index bad3951..827059c 100644
--- a/src/ArrowTypes/Project.toml
+++ b/src/ArrowTypes/Project.toml
@@ -18,7 +18,7 @@
 name = "ArrowTypes"
 uuid = "31f734f8-188a-4ce0-8406-c8a06bd891cd"
 authors = ["quinnj <qu...@gmail.com>"]
-version = "2.0.2"
+version = "2.1.0"
 
 [deps]
 Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"