New release

This commit is contained in:
Lavender Perry 2021-12-23 01:53:25 -08:00
parent d9c8ccabae
commit 56569ee5b8
Signed by untrusted user: elle
GPG key ID: EF8E44AF715C28A0

View file

@ -2,7 +2,7 @@ from setuptools import setup
setup( setup(
name = "patcat", name = "patcat",
version = "devel", version = "2021.12.23",
description = "Outputs text with rainbow colors.", description = "Outputs text with rainbow colors.",
long_description = open("README").read(), long_description = open("README").read(),
long_description_content_type = "text/markdown", long_description_content_type = "text/markdown",