Skip to content

Commit

Permalink
Bump to v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen521kk committed Jan 2, 2021
1 parent 944a20f commit 7fce4e4
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 119 deletions.
194 changes: 78 additions & 116 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tool.poetry]
name = "manim-PluginTemplate"
version = "0.1.3"
version = "0.1.4"
description = "A template project to both illustrate and serve as an example for plugin creations on top of the manim (community edition) engine."
license = "MIT"
authors = ["The Manim Community Developers","Jason G. Villanueva <[email protected]>"]
authors = ["The Manim Community Developers"]
readme = "README.rst"
repository = "https://github.com/ManimCommunity/manim-plugintemplate"
documentation="https://docs.manim.community/en/latest/installation/plugins.html"
Expand All @@ -22,7 +22,7 @@ classifiers= [

[tool.poetry.dependencies]
python = "^3.6"
manim = "^0.1"
manim = "^0"

[tool.poetry.plugins."manim.plugins"]
"manim_plugintemplate" = "manim_plugintemplate"
Expand Down

0 comments on commit 7fce4e4

Please sign in to comment.