Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-besch committed Dec 16, 2021
1 parent f7be403 commit 061af57
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = 'ManimEditorProject'

# The full version, including alpha/beta/rc tags
release = "v0.3.5"
release = "v0.3.7"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion manim_editor/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Config:
ROOT_DIR = BASE_DIR
STATIC_DIR = BASE_DIR / "app" / "static"

VERSION = "v0.3.5"
VERSION = "v0.3.7"

with open(BASE_DIR / "section_index.schema.json", "r") as file:
SECTION_INDEX_SCHEMA = json.load(file)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "manim_editor",
"version": "0.3.5",
"version": "0.3.7",
"description": "Editor and Presenter for Manim Generated Content.",
"scripts": {
"build_release": "webpack --env=production",
Expand Down
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_editor"
version = "0.3.5"
version = "0.3.7"
description = "Editor and Presenter for Manim Generated Content."
authors = ["christopher-besch <christopher.besch@gmx.de>"]
license = "MIT"
Expand Down

0 comments on commit 061af57

Please sign in to comment.