Skip to content

Commit

Permalink
REL v21.10.01 release
Browse files Browse the repository at this point in the history
  • Loading branch information
GPUtester committed Oct 12, 2021
1 parent 51a207e commit c54767f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ include(rapids-find)

project(
RMM
VERSION 21.10.00
VERSION 21.10.01
LANGUAGES CXX)

# Write the version header
Expand Down
4 changes: 2 additions & 2 deletions python/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
author = "NVIDIA"

# The full version, including alpha/beta/rc tags
release = "21.10.00"
release = "21.10.01"


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -71,7 +71,7 @@
# The short X.Y version.
version = "21.10"
# The full version, including alpha/beta/rc tags.
release = "21.10.00"
release = "21.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/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def finalize_options(self):

setup(
name="rmm",
version="21.10.00",
version="21.10.01",
description="rmm - RAPIDS Memory Manager",
url="https://github.com/rapidsai/rmm",
author="NVIDIA Corporation",
Expand Down

0 comments on commit c54767f

Please sign in to comment.