Skip to content

Commit

Permalink
REL v23.06.02 release
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Jul 5, 2023
1 parent 59ae9d6 commit 7dd2f6d
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# or implied. See the License for the specific language governing permissions and limitations under
# the License.
set(RAPIDS_VERSION "23.06")
set(RAFT_VERSION "23.06.01")
set(RAFT_VERSION "23.06.02")

cmake_minimum_required(VERSION 3.23.1 FATAL_ERROR)
include(../fetch_rapids.cmake)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@
version = '23.06'
# The full version, including alpha/beta/rc tags.
<<<<<<< HEAD
release = '23.06.01'
release = '23.06.02'
||||||| 994e6c8b
release = '23.06.01'
release = '23.06.02'
=======
release = '23.06.01'
release = '23.06.02'
>>>>>>> upstream/branch-23.06

# The language for content autogenerated by Sphinx. Refer to documentation
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 23.06.01)
set(pylibraft_version 23.06.02)

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

Expand Down
2 changes: 1 addition & 1 deletion python/pylibraft/pylibraft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
#

__version__ = "23.06.01"
__version__ = "23.06.02"
2 changes: 1 addition & 1 deletion python/pylibraft/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pylibraft"
version = "23.06.01"
version = "23.06.02"
description = "RAFT: Reusable Algorithms Functions and other Tools"
readme = { file = "README.md", content-type = "text/markdown" }
authors = [
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 23.06.01)
set(raft_dask_version 23.06.02)

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

Expand Down
2 changes: 1 addition & 1 deletion python/raft-dask/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ requires = [

[project]
name = "raft-dask"
version = "23.06.01"
version = "23.06.02"
description = "Reusable Accelerated Functions & Tools Dask Infrastructure"
readme = { file = "README.md", content-type = "text/markdown" }
authors = [
Expand Down
2 changes: 1 addition & 1 deletion python/raft-dask/raft_dask/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
#

__version__ = "23.06.01"
__version__ = "23.06.02"

0 comments on commit 7dd2f6d

Please sign in to comment.