Skip to content

Commit

Permalink
elevated version
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-besch committed Dec 19, 2021
1 parent e499139 commit c980660
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.7"
release = "v0.3.8"


# -- 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.7"
VERSION = "v0.3.8"

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.7",
"version": "0.3.8",
"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.7"
version = "0.3.8"
description = "Editor and Presenter for Manim Generated Content."
authors = ["christopher-besch <christopher.besch@gmx.de>"]
license = "MIT"
Expand Down

0 comments on commit c980660

Please sign in to comment.