Skip to content

Commit 3f83f4c

Browse files
committed
chore: update versions for 0.4.0
1 parent 5e0743d commit 3f83f4c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if(NOT DEFINED CMAKE_C_STANDARD)
2222
set(CMAKE_C_STANDARD 99)
2323
endif()
2424

25-
set(NANOARROW_VERSION "0.4.0-SNAPSHOT")
25+
set(NANOARROW_VERSION "0.4.0")
2626
string(REGEX MATCH "^[0-9]+\\.[0-9]+\\.[0-9]+" NANOARROW_BASE_VERSION
2727
"${NANOARROW_VERSION}")
2828
project(nanoarrow VERSION "${NANOARROW_BASE_VERSION}")

Diff for: python/src/nanoarrow/_static_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# This file is part of 'miniver': https://github.com/jbweston/miniver
1919

2020
# Replaced by version-bumping scripts at release time
21-
version = "0.4.0.dev0"
21+
version = "0.4.0"
2222

2323
# These values are only set if the distribution was created with 'git archive'
2424
refnames = "$Format:%D$"

Diff for: r/DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: nanoarrow
22
Title: Interface to the 'nanoarrow' 'C' Library
3-
Version: 0.3.0.9000
3+
Version: 0.4.0
44
Authors@R: c(
55
person(given = "Dewey",
66
family = "Dunnington",

0 commit comments

Comments
 (0)