From c99966e6943795dc4827dae4f45ae6a111e51b6e Mon Sep 17 00:00:00 2001 From: elmotec <1107551+elmotec@users.noreply.github.com> Date: Sat, 6 Feb 2021 11:05:15 -0500 Subject: [PATCH] fixed typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 65fd0cc..be6eeb4 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ description="Circle packing algorithm for Python", long_description=readme, long_description_content_type="text/x-rst", - version="0.13" + version="0.13", author="Elmotec", author_email="elmotec@gmx.com", license="MIT",