File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
author = 'ManimEditorProject'
27
27
28
28
# The full version, including alpha/beta/rc tags
29
- release = "v0.3.2 "
29
+ release = "v0.3.3 "
30
30
31
31
32
32
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class Config:
17
17
ROOT_DIR = BASE_DIR
18
18
STATIC_DIR = BASE_DIR / "app" / "static"
19
19
20
- VERSION = "v0.3.2 "
20
+ VERSION = "v0.3.3 "
21
21
22
22
with open (BASE_DIR / "section_index.schema.json" , "r" ) as file :
23
23
SECTION_INDEX_SCHEMA = json .load (file )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " manim_editor" ,
3
- "version" : " 0.3.2 " ,
3
+ "version" : " 0.3.3 " ,
4
4
"description" : " Editor and Presenter for Manim Generated Content." ,
5
5
"scripts" : {
6
6
"build_release" : " webpack --env=production" ,
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " manim_editor"
3
- version = " 0.3.2 "
3
+ version = " 0.3.3 "
4
4
description = " Editor and Presenter for Manim Generated Content."
5
5
authors = [" christopher-besch <christopher.besch@gmx.de>" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments