diff --git a/src/cupoch/version.txt b/src/cupoch/version.txt index cd1a86fd..8e30c6cd 100644 --- a/src/cupoch/version.txt +++ b/src/cupoch/version.txt @@ -1,4 +1,4 @@ CUPOCH_VERSION_MAJOR 0 CUPOCH_VERSION_MINOR 2 -CUPOCH_VERSION_PATCH 4 +CUPOCH_VERSION_PATCH 5 CUPOCH_VERSION_TWEAK 0 diff --git a/src/python/pyproject.toml b/src/python/pyproject.toml index a68f64eb..b358b5eb 100644 --- a/src/python/pyproject.toml +++ b/src/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cupoch" -version = "0.2.4.0" +version = "0.2.5.0" description = "" authors = ["nekanat "] license = "MIT"