Skip to content

Commit

Permalink
REL v24.02.01 release
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Feb 26, 2024
1 parent d0a6498 commit fe01c15
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ include(rapids-find)

project(
KvikIO
VERSION 24.02.00
VERSION 24.02.01
LANGUAGES CXX
)

Expand Down
2 changes: 1 addition & 1 deletion cpp/doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "libkvikio"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 24.02.00
PROJECT_NUMBER = 24.02.01

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version.
version = '24.02'
# The full version, including alpha/beta/rc tags
release = '24.02.00'
release = '24.02.01'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion legate/legate_kvikio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

from .cufile import CuFile # noqa: F401

__version__ = "24.02.00"
__version__ = "24.02.01"
2 changes: 1 addition & 1 deletion legate/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ requires = [

[project]
name = "legate_kvikio"
version = "24.02.00"
version = "24.02.01"
description = "KvikIO - GPUDirect Storage"
readme = { file = "README.md", content-type = "text/markdown" }
authors = [
Expand Down
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

cmake_minimum_required(VERSION 3.26.4 FATAL_ERROR)

set(kvikio_version 24.02.00)
set(kvikio_version 24.02.01)

include(../cpp/cmake/fetch_rapids.cmake)
include(rapids-cpm)
Expand Down
2 changes: 1 addition & 1 deletion python/kvikio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from ._lib import libkvikio # type: ignore
from .cufile import CuFile # noqa: F401

__version__ = "24.02.00"
__version__ = "24.02.01"


def memory_register(buf) -> None:
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ requires = [

[project]
name = "kvikio"
version = "24.02.00"
version = "24.02.01"
description = "KvikIO - GPUDirect Storage"
readme = { file = "README.md", content-type = "text/markdown" }
authors = [
Expand Down

0 comments on commit fe01c15

Please sign in to comment.