diff --git a/docs/source/conf.py b/docs/source/conf.py index a4e8bb01..a982c9a6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ author = 'ManimEditorProject' # The full version, including alpha/beta/rc tags -release = "v0.3.2" +release = "v0.3.3" # -- General configuration --------------------------------------------------- diff --git a/manim_editor/config.py b/manim_editor/config.py index f5d77d53..f20009c4 100644 --- a/manim_editor/config.py +++ b/manim_editor/config.py @@ -17,7 +17,7 @@ class Config: ROOT_DIR = BASE_DIR STATIC_DIR = BASE_DIR / "app" / "static" - VERSION = "v0.3.2" + VERSION = "v0.3.3" with open(BASE_DIR / "section_index.schema.json", "r") as file: SECTION_INDEX_SCHEMA = json.load(file) diff --git a/package.json b/package.json index dcb39649..9c4196fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "manim_editor", - "version": "0.3.2", + "version": "0.3.3", "description": "Editor and Presenter for Manim Generated Content.", "scripts": { "build_release": "webpack --env=production", diff --git a/pyproject.toml b/pyproject.toml index 5fd781d4..07b1b60e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "manim_editor" -version = "0.3.2" +version = "0.3.3" description = "Editor and Presenter for Manim Generated Content." authors = ["christopher-besch "] license = "MIT"