Skip to content

Commit 28af1ab

Browse files
Version 3.0 is finally here!
1 parent 8e5b7a9 commit 28af1ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from video_creation.screenshot_downloader import get_screenshots_of_reddit_posts
2424
from video_creation.voices import save_text_to_mp3
2525

26-
__VERSION__ = "2.5.0"
26+
__VERSION__ = "3.0"
2727

2828
print(
2929
"""
@@ -109,7 +109,7 @@ def shutdown():
109109
shutdown()
110110
except Exception as err:
111111
print_step(f'''
112-
Sorry, something went wrong with this test version! Try again, and feel free to report this issue at GitHub or the Discord community.\n
112+
Sorry, something went wrong with this version! Try again, and feel free to report this issue at GitHub or the Discord community.\n
113113
Version: {__VERSION__} \n
114114
Story mode: {str(config["settings"]["storymode"])} \n
115115
Story mode method: {str(config["settings"]["storymodemethod"])}

0 commit comments

Comments
 (0)