diff --git a/jupyter_manim/__init__.py b/jupyter_manim/__init__.py index 45ba8e3..d013a5e 100644 --- a/jupyter_manim/__init__.py +++ b/jupyter_manim/__init__.py @@ -16,7 +16,7 @@ from IPython.core.magic import Magics, magics_class, cell_magic from IPython.display import HTML -__version__ = 1.0 +__version__ = 1.1 std_out = sys.stdout diff --git a/setup.py b/setup.py index d016ced..085d665 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def get_long_description(file_name): setup( name='jupyter_manim', packages=find_packages(), - version='1.0', + version='1.1', license='MIT', description='Cell magic rendering displaying videos in Jupyter/IPython', long_description=get_long_description('README.md'),