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
1 changed files with 1 additions and 1 deletions

View File

@ -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",