Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
Update License to reflect new contributors.
  • Loading branch information
Aathish04 committed Feb 19, 2021
1 parent 06792d4 commit 38ed76c
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright © 2020 Aathish Sivasubrahmanian
Copyright © 2021 The Manim Community Developers


Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
58 changes: 29 additions & 29 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tool.poetry]
name = "manim-onlinetex"
version = "0.1.0"
version = "0.1.1"
description = "A Manim Plugin that renders LaTeX for Mobjects like Tex and MathTex via online services."
license = "MIT"
authors = ["Aathish Sivasubrahmanian <[email protected]>"]
authors = ["The Manim Community Developers"]
readme = "README.md"
classifiers= [
"Development Status :: 4 - Beta",
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.0"
__version__ = "0.1.1"
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.0"
assert __version__ == "0.1.1"


def test_rendering():
Expand Down

0 comments on commit 38ed76c

Please sign in to comment.