Skip to content

Commit

Permalink
REL v21.08.01 release
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Aug 6, 2021
1 parent 2b6968b commit 66cf439
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 @@ -27,7 +27,7 @@ include(rapids-find)

project(
RMM
VERSION 21.08.00
VERSION 21.08.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.08.00"
release = "21.08.01"


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -71,7 +71,7 @@
# The short X.Y version.
version = "21.08"
# The full version, including alpha/beta/rc tags.
release = "21.08.00"
release = "21.08.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 @@ -189,7 +189,7 @@ def get_cuda_version_from_header(cuda_include_dir):

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

0 comments on commit 66cf439

Please sign in to comment.