mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-09-19 04:16:02 +08:00
bump version
This commit is contained in:
6
setup.py
6
setup.py
@ -6,11 +6,11 @@ with open(os.path.join(os.path.dirname(os.path.realpath(__file__)), "README.md")
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="manim_presentation",
|
name="manim_presentation",
|
||||||
version="0.1.0",
|
version="0.1.1",
|
||||||
author="Federico A. Galatolo",
|
author="Federico A. Galatolo",
|
||||||
author_email="federico.galatolo@ing.unipi.it",
|
author_email="federico.galatolo@ing.unipi.it",
|
||||||
description="",
|
description="Tool for live presentations using manim",
|
||||||
url="",
|
url="https://github.com/galatolofederico/manim-presentation",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
packages=setuptools.find_packages(),
|
packages=setuptools.find_packages(),
|
||||||
|
Reference in New Issue
Block a user