Skip to content

Commit 8a16604

Browse files
bumping version
1 parent 0128cb9 commit 8a16604

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
author = 'ManimEditorProject'
2727

2828
# The full version, including alpha/beta/rc tags
29-
release = "v0.3.0"
29+
release = "v0.3.1"
3030

3131

3232
# -- General configuration ---------------------------------------------------

manim_editor/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Config:
1717
ROOT_DIR = BASE_DIR
1818
STATIC_DIR = BASE_DIR / "app" / "static"
1919

20-
VERSION = "v0.3.0"
20+
VERSION = "v0.3.1"
2121

2222
with open(BASE_DIR / "section_index.schema.json", "r") as file:
2323
SECTION_INDEX_SCHEMA = json.load(file)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "manim_editor",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Editor and Presenter for Manim Generated Content.",
55
"scripts": {
66
"build_release": "webpack --env=production",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "manim_editor"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Editor and Presenter for Manim Generated Content"
55
authors = ["christopher-besch <christopher.besch@gmx.de>"]
66
license = "MIT"

0 commit comments

Comments
 (0)