Merge pull request #795 from elebumm/hotfix-version

Bump version string
pull/797/head 2.2.1
Callum Leslie 2 years ago committed by GitHub
commit 44237cf816
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,7 @@ from video_creation.final_video import make_final_video
from video_creation.screenshot_downloader import download_screenshots_of_reddit_posts
from video_creation.voices import save_text_to_mp3
VERSION = 2.1
VERSION = "2.2.1"
print(
"""
@ -29,7 +29,7 @@ print(
print_markdown(
"### Thanks for using this tool! [Feel free to contribute to this project on GitHub!](https://lewismenelaws.com) If you have any questions, feel free to reach out to me on Twitter or submit a GitHub issue. You can find solutions to many common problems in the [Documentation](https://luka-hietala.gitbook.io/documentation-for-the-reddit-bot/)"
)
print_step(f"You are using V{VERSION} of the bot")
def main(POST_ID=None):
cleanup()

Loading…
Cancel
Save