Skip to content

Commit

Permalink
Bump version to 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aathish04 committed Sep 2, 2022
1 parent 9bc4e4b commit 5241a53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "manim-onlinetex"
version = "0.1.1"
version = "0.2.0"
description = "A Manim Plugin that renders LaTeX for Mobjects like Tex and MathTex via online services."
license = "MIT"
authors = ["The Manim Community Developers"]
Expand Down
2 changes: 1 addition & 1 deletion src/manim_onlinetex/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.1.1"
__version__ = "0.2.0"
from .manim_onlinetex import *
2 changes: 1 addition & 1 deletion tests/test_manim_onlinetex.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


def test_version():
assert __version__ == "0.1.1"
assert __version__ == "0.2.0"


def test_rendering():
Expand Down

0 comments on commit 5241a53

Please sign in to comment.