File tree 12 files changed +12
-12
lines changed
12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ rapids_cuda_init_architectures(CUDF)
25
25
26
26
project (
27
27
CUDF
28
- VERSION 23.04.00
28
+ VERSION 23.04.01
29
29
LANGUAGES C CXX CUDA
30
30
)
31
31
if (CMAKE_CUDA_COMPILER_ID STREQUAL "NVIDIA" AND CMAKE_CUDA_COMPILER_VERSION VERSION_LESS 11.5)
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "libcudf"
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 23.04.00
41
+ PROJECT_NUMBER = 23.04.01
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ include(rapids-find)
22
22
23
23
project (
24
24
CUDA_KAFKA
25
- VERSION 23.04.00
25
+ VERSION 23.04.01
26
26
LANGUAGES CXX
27
27
)
28
28
Original file line number Diff line number Diff line change 83
83
# The short X.Y version.
84
84
version = '23.04'
85
85
# The full version, including alpha/beta/rc tags.
86
- release = '23.04.00 '
86
+ release = '23.04.01 '
87
87
88
88
# The language for content autogenerated by Sphinx. Refer to documentation
89
89
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ rapids_cuda_init_architectures(CUDF_JNI)
28
28
29
29
project (
30
30
CUDF_JNI
31
- VERSION 23.04.00
31
+ VERSION 23.04.01
32
32
LANGUAGES C CXX CUDA
33
33
)
34
34
Original file line number Diff line number Diff line change 14
14
15
15
cmake_minimum_required (VERSION 3.23.1 FATAL_ERROR)
16
16
17
- set (cudf_version 23.04.00 )
17
+ set (cudf_version 23.04.01 )
18
18
19
19
include (../../fetch_rapids.cmake)
20
20
include (rapids-cuda)
Original file line number Diff line number Diff line change 113
113
rmm .register_reinitialize_hook (clear_cache )
114
114
115
115
116
- __version__ = "23.04.00 "
116
+ __version__ = "23.04.01 "
117
117
118
118
__all__ = [
119
119
"BaseIndex" ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ requires = [
17
17
18
18
[project ]
19
19
name = " cudf"
20
- version = " 23.04.00 "
20
+ version = " 23.04.01 "
21
21
description = " cuDF - GPU Dataframe"
22
22
readme = { file = " README.md" , content-type = " text/markdown" }
23
23
authors = [
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ requires = [
12
12
13
13
[project ]
14
14
name = " cudf_kafka"
15
- version = " 23.04.00 "
15
+ version = " 23.04.01 "
16
16
description = " cuDF Kafka Datasource"
17
17
readme = { file = " README.md" , content-type = " text/markdown" }
18
18
authors = [
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ requires = [
9
9
10
10
[project ]
11
11
name = " custreamz"
12
- version = " 23.04.00 "
12
+ version = " 23.04.01 "
13
13
description = " cuStreamz - GPU Accelerated Streaming"
14
14
readme = { file = " README.md" , content-type = " text/markdown" }
15
15
authors = [
Original file line number Diff line number Diff line change 14
14
except ImportError :
15
15
pass
16
16
17
- __version__ = "23.04.00 "
17
+ __version__ = "23.04.01 "
18
18
19
19
__all__ = [
20
20
"DataFrame" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ requires = [
9
9
10
10
[project ]
11
11
name = " dask_cudf"
12
- version = " 23.04.00 "
12
+ version = " 23.04.01 "
13
13
description = " Utilities for Dask and cuDF interactions"
14
14
readme = { file = " README.md" , content-type = " text/markdown" }
15
15
authors = [
You can’t perform that action at this time.
0 commit comments