Skip to content

Commit

Permalink
Fixed missing colon in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KennyOliver committed Apr 10, 2022
1 parent 66e2cc9 commit 1324ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
author="Kenneth Oliver",
author_email="[email protected]",
packages=[NAME],
version="5.6.8"
version="5.6.9",
license="AGPL-3.0",
description=f"{NAME}: super lite package for colored strings in Python!",
long_description=open("README.md").read(),
Expand Down

0 comments on commit 1324ab2

Please sign in to comment.