diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
index cb7155e36e2..94618fc5546 100644
--- a/cpp/CMakeLists.txt
+++ b/cpp/CMakeLists.txt
@@ -25,7 +25,7 @@ rapids_cuda_init_architectures(CUDF)
project(
CUDF
- VERSION 23.10.01
+ VERSION 23.10.02
LANGUAGES C CXX CUDA
)
if(CMAKE_CUDA_COMPILER_ID STREQUAL "NVIDIA" AND CMAKE_CUDA_COMPILER_VERSION VERSION_LESS 11.5)
diff --git a/cpp/doxygen/Doxyfile b/cpp/doxygen/Doxyfile
index cdbf01965c1..33697df25b7 100644
--- a/cpp/doxygen/Doxyfile
+++ b/cpp/doxygen/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME = libcudf
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 23.10.01
+PROJECT_NUMBER = 23.10.02
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/cpp/libcudf_kafka/CMakeLists.txt b/cpp/libcudf_kafka/CMakeLists.txt
index 7ca0bfa1936..75818069db5 100644
--- a/cpp/libcudf_kafka/CMakeLists.txt
+++ b/cpp/libcudf_kafka/CMakeLists.txt
@@ -22,7 +22,7 @@ include(rapids-find)
project(
CUDA_KAFKA
- VERSION 23.10.01
+ VERSION 23.10.02
LANGUAGES CXX
)
diff --git a/docs/cudf/source/conf.py b/docs/cudf/source/conf.py
index b1efd76a6e6..80e4434e743 100644
--- a/docs/cudf/source/conf.py
+++ b/docs/cudf/source/conf.py
@@ -81,7 +81,7 @@
# The short X.Y version.
version = '23.10'
# The full version, including alpha/beta/rc tags.
-release = '23.10.01'
+release = '23.10.02'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/docs/dask_cudf/source/conf.py b/docs/dask_cudf/source/conf.py
index 19d377f16f3..d5b990ccdef 100644
--- a/docs/dask_cudf/source/conf.py
+++ b/docs/dask_cudf/source/conf.py
@@ -12,7 +12,7 @@
copyright = "2018-2023, NVIDIA Corporation"
author = "NVIDIA Corporation"
version = '23.10'
-release = '23.10.01'
+release = '23.10.02'
language = "en"
diff --git a/java/ci/README.md b/java/ci/README.md
index 603fa54e9a9..b9cd62491d3 100644
--- a/java/ci/README.md
+++ b/java/ci/README.md
@@ -47,4 +47,4 @@ scl enable devtoolset-11 "java/ci/build-in-docker.sh"
### The output
-You can find the cuDF jar in java/target/ like cudf-23.10.1-SNAPSHOT-cuda11.jar.
+You can find the cuDF jar in java/target/ like cudf-23.10.2-SNAPSHOT-cuda11.jar.
diff --git a/java/pom.xml b/java/pom.xml
index 94befb326f9..cf356d2f480 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -21,7 +21,7 @@
ai.rapids
cudf
- 23.10.1-SNAPSHOT
+ 23.10.2-SNAPSHOT
cudfjni
diff --git a/java/src/main/native/CMakeLists.txt b/java/src/main/native/CMakeLists.txt
index 9702e43fbfe..19036a4232c 100644
--- a/java/src/main/native/CMakeLists.txt
+++ b/java/src/main/native/CMakeLists.txt
@@ -28,7 +28,7 @@ rapids_cuda_init_architectures(CUDF_JNI)
project(
CUDF_JNI
- VERSION 23.10.01
+ VERSION 23.10.02
LANGUAGES C CXX CUDA
)
diff --git a/python/cudf/CMakeLists.txt b/python/cudf/CMakeLists.txt
index 47a1b8d88c0..ca836289db2 100644
--- a/python/cudf/CMakeLists.txt
+++ b/python/cudf/CMakeLists.txt
@@ -14,7 +14,7 @@
cmake_minimum_required(VERSION 3.26.4 FATAL_ERROR)
-set(cudf_version 23.10.01)
+set(cudf_version 23.10.02)
include(../../fetch_rapids.cmake)
include(rapids-cuda)
diff --git a/python/cudf/cudf/__init__.py b/python/cudf/cudf/__init__.py
index 68f7be89408..eaf664bbb74 100644
--- a/python/cudf/cudf/__init__.py
+++ b/python/cudf/cudf/__init__.py
@@ -99,7 +99,7 @@
rmm.register_reinitialize_hook(clear_cache)
-__version__ = "23.10.01"
+__version__ = "23.10.02"
__all__ = [
"BaseIndex",
diff --git a/python/cudf/pyproject.toml b/python/cudf/pyproject.toml
index 6ca9d23ef75..189734e1a5d 100644
--- a/python/cudf/pyproject.toml
+++ b/python/cudf/pyproject.toml
@@ -17,7 +17,7 @@ requires = [
[project]
name = "cudf"
-version = "23.10.01"
+version = "23.10.02"
description = "cuDF - GPU Dataframe"
readme = { file = "README.md", content-type = "text/markdown" }
authors = [
diff --git a/python/cudf_kafka/pyproject.toml b/python/cudf_kafka/pyproject.toml
index 9663f2bfefe..10062a7f559 100644
--- a/python/cudf_kafka/pyproject.toml
+++ b/python/cudf_kafka/pyproject.toml
@@ -12,7 +12,7 @@ requires = [
[project]
name = "cudf_kafka"
-version = "23.10.01"
+version = "23.10.02"
description = "cuDF Kafka Datasource"
readme = { file = "README.md", content-type = "text/markdown" }
authors = [
diff --git a/python/custreamz/pyproject.toml b/python/custreamz/pyproject.toml
index e1d816f5c63..07e08248eca 100644
--- a/python/custreamz/pyproject.toml
+++ b/python/custreamz/pyproject.toml
@@ -9,7 +9,7 @@ requires = [
[project]
name = "custreamz"
-version = "23.10.01"
+version = "23.10.02"
description = "cuStreamz - GPU Accelerated Streaming"
readme = { file = "README.md", content-type = "text/markdown" }
authors = [
diff --git a/python/dask_cudf/dask_cudf/__init__.py b/python/dask_cudf/dask_cudf/__init__.py
index f4f006f0a3b..ae66aff2129 100644
--- a/python/dask_cudf/dask_cudf/__init__.py
+++ b/python/dask_cudf/dask_cudf/__init__.py
@@ -14,7 +14,7 @@
except ImportError:
pass
-__version__ = "23.10.01"
+__version__ = "23.10.02"
__all__ = [
"DataFrame",
diff --git a/python/dask_cudf/pyproject.toml b/python/dask_cudf/pyproject.toml
index 8a534ef3024..85ce6f51e9c 100644
--- a/python/dask_cudf/pyproject.toml
+++ b/python/dask_cudf/pyproject.toml
@@ -9,7 +9,7 @@ requires = [
[project]
name = "dask_cudf"
-version = "23.10.01"
+version = "23.10.02"
description = "Utilities for Dask and cuDF interactions"
readme = { file = "README.md", content-type = "text/markdown" }
authors = [