Skip to content

Commit

Permalink
Bump version to v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen521kk committed Feb 2, 2021
1 parent 787e513 commit 112e7ec
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 49 deletions.
117 changes: 71 additions & 46 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,6 +1,6 @@
[tool.poetry]
name = "manim-PluginTemplate"
version = "0.1.4"
version = "0.1.5"
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"]
Expand All @@ -21,8 +21,8 @@ classifiers= [
]

[tool.poetry.dependencies]
python = "^3.6"
manim = ">=0.2"
python = "^3.6.2"
manim = ">=0.3"

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

0 comments on commit 112e7ec

Please sign in to comment.