diff --git a/docs/source/conf.py b/docs/source/conf.py index ef2d51c9..c846133c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,7 @@ author = 'Christopher Besch' # The full version, including alpha/beta/rc tags -release = "v0.2.1" +release = "v0.2.3" # -- General configuration --------------------------------------------------- diff --git a/docs/source/internals.rst b/docs/source/internals.rst index 98b8c294..6e0e6c1c 100644 --- a/docs/source/internals.rst +++ b/docs/source/internals.rst @@ -13,6 +13,13 @@ Build from Source * compile web files: ``npm run build_debug` or `npm run build_release`` * start editor in debug mode: ``manedit --debug`` +Files to be Updated when Bumping Version +**************************************** + +* ``pyproject.toml`` +* ``package.json`` +* ``docs/source/conf.py`` + History ******* diff --git a/package.json b/package.json index ddc989e5..5a1602c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "manim_editor", - "version": "0.2.1", + "version": "0.2.3", "description": "Editor and Presenter for Manim Generated Content.", "scripts": { "build_release": "webpack --env=production", diff --git a/pyproject.toml b/pyproject.toml index de0aa829..c0af0257 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "manim_editor" -version = "0.2.1" +version = "0.2.3" description = "Editor and Presenter for Manim Generated Content" authors = ["christopher-besch "] license = "MIT"