This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a commit to branch maint-0.5.0
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
The following commit(s) were added to refs/heads/maint-0.5.0 by this push:
new 183eac5b chore: update versions for 0.5.0
183eac5b is described below
commit 183eac5bc127872bfe89e3458a882009a782ef69
Author: Dewey Dunnington <[email protected]>
AuthorDate: Mon May 20 23:04:28 2024 -0300
chore: update versions for 0.5.0
---
CMakeLists.txt | 2 +-
meson.build | 4 ++--
python/src/nanoarrow/_static_version.py | 2 +-
r/DESCRIPTION | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 00410f39..d533b722 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,7 +23,7 @@ if(NOT DEFINED CMAKE_C_STANDARD)
set(CMAKE_C_STANDARD_REQUIRED ON)
endif()
-set(NANOARROW_VERSION "0.5.0-SNAPSHOT")
+set(NANOARROW_VERSION "0.5.0")
string(REGEX MATCH "^[0-9]+\\.[0-9]+\\.[0-9]+" NANOARROW_BASE_VERSION
"${NANOARROW_VERSION}")
project(nanoarrow VERSION "${NANOARROW_BASE_VERSION}")
diff --git a/meson.build b/meson.build
index b0f10064..6f3b6df1 100644
--- a/meson.build
+++ b/meson.build
@@ -18,9 +18,9 @@
project(
'nanoarrow',
'c', 'cpp',
- version: '0.5.0-SNAPSHOT',
+ version: '0.5.0'),
license: 'Apache 2.0',
- meson_version: '>=1.3.0',
+ meson_version: '0.5.0'),
default_options: [
'buildtype=release',
'c_std=c99',
diff --git a/python/src/nanoarrow/_static_version.py
b/python/src/nanoarrow/_static_version.py
index 2cad1cc4..1ad726df 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.5.0.dev0"
+version = "0.5.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 d4911ff5..f010d9fa 100644
--- a/r/DESCRIPTION
+++ b/r/DESCRIPTION
@@ -1,6 +1,6 @@
Package: nanoarrow
Title: Interface to the 'nanoarrow' 'C' Library
-Version: 0.4.0.9000
+Version: 0.5.0
Authors@R: c(
person(given = "Dewey",
family = "Dunnington",