From fb133cbf6b23e9c2057e1d95e9716e9996970485 Mon Sep 17 00:00:00 2001 From: Dylan Tintenfich Date: Tue, 12 Jul 2022 19:10:17 -0300 Subject: [PATCH] Upgrade version to 0.1.1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index baf94a7..0e4b974 100644 --- a/setup.py +++ b/setup.py @@ -4,9 +4,9 @@ setup( name="curvipy", packages=["curvipy"], - version="0.1.0", + version="0.1.1", license="MIT", - description="The Python package for visualizing curves and linear transformations in a super simple way.", + description="The Python package for visualizing mathematical functions, curves and linear transformations with animations.", author="Dylan Tintenfich", author_email="tintenfichdylan05@gmail.com", url="https://github.com/dylannalex/curvipy",