diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 91337704ab..728a45289a 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -22,7 +22,7 @@ include(rapids-find) project( KvikIO - VERSION 24.02.00 + VERSION 24.02.01 LANGUAGES CXX ) diff --git a/cpp/doxygen/Doxyfile b/cpp/doxygen/Doxyfile index 825fe70694..e7def435c0 100644 --- a/cpp/doxygen/Doxyfile +++ b/cpp/doxygen/Doxyfile @@ -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 diff --git a/docs/source/conf.py b/docs/source/conf.py index cdf0425388..ed3056643c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 --------------------------------------------------- diff --git a/legate/legate_kvikio/__init__.py b/legate/legate_kvikio/__init__.py index f856808ac8..68ed3a12dd 100644 --- a/legate/legate_kvikio/__init__.py +++ b/legate/legate_kvikio/__init__.py @@ -3,4 +3,4 @@ from .cufile import CuFile # noqa: F401 -__version__ = "24.02.00" +__version__ = "24.02.01" diff --git a/legate/pyproject.toml b/legate/pyproject.toml index b1c30b53ab..66d01a7eee 100644 --- a/legate/pyproject.toml +++ b/legate/pyproject.toml @@ -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 = [ diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index eede4fd9a1..39df22689e 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -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) diff --git a/python/kvikio/__init__.py b/python/kvikio/__init__.py index ffbb95b263..e998ccf568 100644 --- a/python/kvikio/__init__.py +++ b/python/kvikio/__init__.py @@ -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: diff --git a/python/pyproject.toml b/python/pyproject.toml index 383be880ea..ae3c708163 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -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 = [