New release
This commit is contained in:
parent
d9c8ccabae
commit
56569ee5b8
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue