Skip to content

Commit

Permalink
REL v22.10.01 release
Browse files Browse the repository at this point in the history
  • Loading branch information
GPUtester committed Nov 4, 2022
1 parent c6e6ce8 commit f7d2335
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#=============================================================================
set(RAPIDS_VERSION "22.10")
set(RAFT_VERSION "22.10.00")
set(RAFT_VERSION "22.10.01")

cmake_minimum_required(VERSION 3.23.1 FATAL_ERROR)
include(../fetch_rapids.cmake)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
# The short X.Y version.
version = '22.10'
# The full version, including alpha/beta/rc tags.
release = '22.10.00'
release = '22.10.01'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion python/pylibraft/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

cmake_minimum_required(VERSION 3.23.1 FATAL_ERROR)

set(pylibraft_version 22.10.00)
set(pylibraft_version 22.10.01)

include(../../fetch_rapids.cmake)

Expand Down
2 changes: 1 addition & 1 deletion python/raft-dask/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

cmake_minimum_required(VERSION 3.23.1 FATAL_ERROR)

set(raft_dask_version 22.10.00)
set(raft_dask_version 22.10.01)

include(../../fetch_rapids.cmake)

Expand Down

0 comments on commit f7d2335

Please sign in to comment.