From 067461e25bcb0456b3d6cb9f3dd2ded1c5f0b089 Mon Sep 17 00:00:00 2001 From: Adam Walsh Date: Thu, 19 Mar 2020 23:10:05 -0500 Subject: [PATCH] Update setup.py for release v0.2.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 891452f..96aa619 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='kac', - version='0.2.2', + version='0.2.3', author="Adam Walsh", author_email="adam@grid.sh", description="A command line tool for CHANGELOG files that follow the Keep-a-Changelog standard.",