From 2602af8137ed97c85f9523fd95151262cdf9ed00 Mon Sep 17 00:00:00 2001 From: Dylan Tintenfich Date: Sat, 31 Dec 2022 20:33:24 -0300 Subject: [PATCH] Upgrade version to 1.1.1 --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 634ce69..7723c27 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ project = "curvipy" copyright = "2022, Dylan Tintenfich" author = "Dylan Tintenfich" -release = "1.0.1" +release = "1.1.1" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/setup.py b/setup.py index cfafb34..f144702 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="curvipy", packages=["curvipy"], - version="1.1.0", + version="1.1.1", license="MIT", description="The Python library for making math animations in a few lines of code.", author="Dylan Tintenfich",