Skip to content

Commit 85050f6

Browse files
versioning fix
1 parent a556dd9 commit 85050f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def generate(prompt, on_chunk, model="gemini-3-flash-preview"):
112112
# ==============================================================================
113113

114114
APP_NAME = "EfficientManim"
115-
APP_VERSION = "0.1.2"
115+
APP_VERSION = "0.2.0-preview"
116116
PROJECT_EXT = ".efp" # EfficientManim Project (Zip)
117117

118118
class AppPaths:

0 commit comments

Comments
 (0)