From cbfc9f6ae452205ddd0b176e94abb3e39b1fdb18 Mon Sep 17 00:00:00 2001 From: nekanat Date: Thu, 2 Jun 2022 22:31:51 +0900 Subject: [PATCH] v0.2.5.0 --- src/cupoch/version.txt | 2 +- src/python/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"