From 56569ee5b82c5929748f5a35245628d20d48149e Mon Sep 17 00:00:00 2001 From: Lavender Perry Date: Thu, 23 Dec 2021 01:53:25 -0800 Subject: [PATCH] New release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f03b461..18add10 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name = "patcat", - version = "devel", + version = "2021.12.23", description = "Outputs text with rainbow colors.", long_description = open("README").read(), long_description_content_type = "text/markdown",