From f9ade04e1168c33f9128a1e26b35134d7977d6f0 Mon Sep 17 00:00:00 2001 From: TonyCrane Date: Thu, 17 Feb 2022 18:46:20 +0800 Subject: [PATCH] release: ready to release v0.1.1 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index a776456..78d78a2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = manimgl-mathjax -version = 0.1.0 +version = 0.1.1 author = Manim Kindergarten Team description = A plugin for ManimGL with tex2svg renderer using mathjax long_description = file: README.md @@ -27,7 +27,7 @@ classifiers = [options] packages = find: include_package_data = True -install_requires = manimgl +install_requires = manimgl>=1.5.0 [options.entry_points] console_scripts =