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

paleolimbot pushed a commit to branch maint-0.4.0
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git

commit 3f83f4c48959f7a51053074672b7a330888385b1
Author: Dewey Dunnington <[email protected]>
AuthorDate: Mon Jan 29 10:18:06 2024 -0400

    chore: update versions for 0.4.0
---
 CMakeLists.txt                          | 2 +-
 python/src/nanoarrow/_static_version.py | 2 +-
 r/DESCRIPTION                           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index fbcbe708..9613834b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,7 +22,7 @@ if(NOT DEFINED CMAKE_C_STANDARD)
   set(CMAKE_C_STANDARD 99)
 endif()
 
-set(NANOARROW_VERSION "0.4.0-SNAPSHOT")
+set(NANOARROW_VERSION "0.4.0")
 string(REGEX MATCH "^[0-9]+\\.[0-9]+\\.[0-9]+" NANOARROW_BASE_VERSION
              "${NANOARROW_VERSION}")
 project(nanoarrow VERSION "${NANOARROW_BASE_VERSION}")
diff --git a/python/src/nanoarrow/_static_version.py 
b/python/src/nanoarrow/_static_version.py
index 33ecbc5c..d57ca2cf 100644
--- a/python/src/nanoarrow/_static_version.py
+++ b/python/src/nanoarrow/_static_version.py
@@ -18,7 +18,7 @@
 # This file is part of 'miniver': https://github.com/jbweston/miniver
 
 # Replaced by version-bumping scripts at release time
-version = "0.4.0.dev0"
+version = "0.4.0"
 
 # These values are only set if the distribution was created with 'git archive'
 refnames = "$Format:%D$"
diff --git a/r/DESCRIPTION b/r/DESCRIPTION
index d8bd084c..32f911c6 100644
--- a/r/DESCRIPTION
+++ b/r/DESCRIPTION
@@ -1,6 +1,6 @@
 Package: nanoarrow
 Title: Interface to the 'nanoarrow' 'C' Library
-Version: 0.3.0.9000
+Version: 0.4.0
 Authors@R: c(
     person(given = "Dewey",
            family = "Dunnington",

Reply via email to