Skip to content

Commit

Permalink
Release version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Dec 4, 2019
1 parent 6c85c74 commit a308e39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jupyter_manim/__init__.py
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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'),
Expand Down

0 comments on commit a308e39

Please sign in to comment.