Skip to content

Commit

Permalink
Upgrade version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dylannalex committed Oct 18, 2022
1 parent 49fea59 commit 12f6b68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
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",
Expand Down

0 comments on commit 12f6b68

Please sign in to comment.