From 52727deaa409d81cf5d6b2f4febfb9f00bd26489 Mon Sep 17 00:00:00 2001 From: christopher-besch Date: Sat, 13 Nov 2021 13:17:22 +0100 Subject: [PATCH] bumping version --- docs/source/conf.py | 2 +- manim_editor/config.py | 2 +- package.json | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 8a001fd3..775c2185 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.2.6" +release = "v0.3.0" # -- General configuration --------------------------------------------------- diff --git a/manim_editor/config.py b/manim_editor/config.py index 981686fc..93f94fd5 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.2.6" + VERSION = "v0.3.0" 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 1095d115..5be9f559 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "manim_editor", - "version": "0.2.6", + "version": "0.3.0", "description": "Editor and Presenter for Manim Generated Content.", "scripts": { "build_release": "webpack --env=production", diff --git a/pyproject.toml b/pyproject.toml index 9c2f5b1f..45994765 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "manim_editor" -version = "0.2.6" +version = "0.3.0" description = "Editor and Presenter for Manim Generated Content" authors = ["christopher-besch "] license = "MIT"