From a78729d660e7b90712e43c29fe9eeeabe7deecd4 Mon Sep 17 00:00:00 2001 From: Adam Walsh Date: Sat, 11 Sep 2021 16:30:51 -0700 Subject: [PATCH] Update pyproject.toml for release v0.5.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 62a8460..2075ad5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,10 @@ [tool.poetry] authors = ["Adam Walsh "] -description = "A command line tool for CHANGELOG files that follow the Keep-a-Changelog standard." +description = "Python and CLI tool for CHANGELOG files that follow the Keep a Changelog standard." homepage = "https://github.com/atwalsh/kac" license = "MIT" name = "kac" -version = "0.4.1" +version = "0.5.0" readme = "README.md" repository = "https://github.com/atwalsh/kac"