From d1c3e9c075d29aca5f2eb966eaec61e5b98222ef Mon Sep 17 00:00:00 2001 From: Federico Galatolo Date: Fri, 18 Jun 2021 21:43:08 +0200 Subject: [PATCH] major improvements, bumping to 2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2e06de6..dc4258b 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open(os.path.join(os.path.dirname(os.path.realpath(__file__)), "README.md") setuptools.setup( name="manim_presentation", - version="0.1.5", + version="0.2.0", author="Federico A. Galatolo", author_email="federico.galatolo@ing.unipi.it", description="Tool for live presentations using manim",