File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ include(rapids-find)
2525
2626project (
2727 RMM
28- VERSION 21.10.00
28+ VERSION 21.10.01
2929 LANGUAGES CXX)
3030
3131# Write the version header
Original file line number Diff line number Diff line change 1919author = "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 ---------------------------------------------------
7171# The short X.Y version.
7272version = "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.
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ def finalize_options(self):
219219
220220setup (
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" ,
You can’t perform that action at this time.
0 commit comments