Skip to content

Commit c54767f

Browse files
committed
REL v21.10.01 release
1 parent 51a207e commit c54767f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ include(rapids-find)
2525

2626
project(
2727
RMM
28-
VERSION 21.10.00
28+
VERSION 21.10.01
2929
LANGUAGES CXX)
3030

3131
# Write the version header

python/docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
author = "NVIDIA"
2020

2121
# The full version, including alpha/beta/rc tags
22-
release = "21.10.00"
22+
release = "21.10.01"
2323

2424

2525
# -- General configuration ---------------------------------------------------
@@ -71,7 +71,7 @@
7171
# The short X.Y version.
7272
version = "21.10"
7373
# The full version, including alpha/beta/rc tags.
74-
release = "21.10.00"
74+
release = "21.10.01"
7575

7676
# The language for content autogenerated by Sphinx. Refer to documentation
7777
# for a list of supported languages.

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def finalize_options(self):
219219

220220
setup(
221221
name="rmm",
222-
version="21.10.00",
222+
version="21.10.01",
223223
description="rmm - RAPIDS Memory Manager",
224224
url="https://github.com/rapidsai/rmm",
225225
author="NVIDIA Corporation",

0 commit comments

Comments
 (0)