diff --git a/src/cupoch/version.txt b/src/cupoch/version.txt index a8d1c55c..148f9f00 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 7 -CUPOCH_VERSION_TWEAK 0 +CUPOCH_VERSION_TWEAK 1 diff --git a/src/python/pyproject.toml b/src/python/pyproject.toml index 521fad17..001b2442 100644 --- a/src/python/pyproject.toml +++ b/src/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cupoch" -version = "0.2.7.0" +version = "0.2.7.1" description = "" authors = ["nekanat "] license = "MIT"