From b6522f475612d5d68f3d36c8111a586904f301ed Mon Sep 17 00:00:00 2001 From: Federico Galatolo Date: Sat, 22 May 2021 12:10:05 +0200 Subject: [PATCH] bump version to 0.1.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ab00296..007bc79 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.3", + version="0.1.4", author="Federico A. Galatolo", author_email="federico.galatolo@ing.unipi.it", description="Tool for live presentations using manim",