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