From 12f6b6888b5a80ff868a778600815d72871e1530 Mon Sep 17 00:00:00 2001 From: Dylan Tintenfich Date: Tue, 18 Oct 2022 11:33:14 -0300 Subject: [PATCH] Upgrade version to 1.0.0 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 0e4b974..15c5c99 100644 --- a/setup.py +++ b/setup.py @@ -4,13 +4,13 @@ setup( name="curvipy", packages=["curvipy"], - version="0.1.1", + version="1.0.0", license="MIT", - description="The Python package for visualizing mathematical functions, curves and linear transformations with animations.", + description="The Python library for making math animations in a few lines of code.", author="Dylan Tintenfich", author_email="tintenfichdylan05@gmail.com", url="https://github.com/dylannalex/curvipy", - keywords=["calculus", "linear-algebra", "matrix", "mathematics"], + keywords=["curves", "linear-algebra", "mathematics", "animations"], install_requires=["PyYAML==6.0", "turtle==0.0.1"], classifiers=[ "Programming Language :: Python :: 3.9",