Skip to content

Commit

Permalink
chore: update versions for 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Jan 29, 2024
1 parent 5e0743d commit 3f83f4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down
2 changes: 1 addition & 1 deletion python/src/nanoarrow/_static_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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$"
Expand Down
2 changes: 1 addition & 1 deletion r/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3f83f4c

Please sign in to comment.