From 6990ded955db2a04bd0dcf164a140128e54f7274 Mon Sep 17 00:00:00 2001 From: Ken Matsui <26405363+ken-matsui@users.noreply.github.com> Date: Sun, 18 Dec 2022 18:43:05 -0800 Subject: [PATCH] Bump up to 0.5.0 --- CITATION.cff | 4 ++-- CMakeLists.txt | 2 +- poac.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 9047530a5..a98d0b203 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -13,5 +13,5 @@ doi: 10.5281/zenodo.6633694 url: "https://poac.pm" repository-code: "https://github.com/poacpm/poac" -version: 0.4.1 -date-released: 2022-08-11 +version: 0.5.0 +date-released: 2022-12-18 diff --git a/CMakeLists.txt b/CMakeLists.txt index 32c760df0..39d3a18b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ endif () cmake_minimum_required(VERSION 3.21) project(poac - VERSION 0.4.1 + VERSION 0.5.0 LANGUAGES CXX ) message(STATUS "CMake Version: ${CMAKE_VERSION}") diff --git a/poac.toml b/poac.toml index 2392944d8..5cdf2d9d4 100644 --- a/poac.toml +++ b/poac.toml @@ -1,6 +1,6 @@ [package] name = "poac" -version = "0.4.1" +version = "0.5.0" edition = 2020 authors = ["Ken Matsui <26405363+ken-matsui@users.noreply.github.com>"] license = "Apache-2.0"