From cbb246ae08c03a5c209b4f6c2fef903f9ea6cd53 Mon Sep 17 00:00:00 2001 From: Mohamed Feddad Date: Fri, 5 Jul 2024 01:24:01 +0400 Subject: [PATCH] chore: bump version to 0.19 --- flask_gtts/about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask_gtts/about.py b/flask_gtts/about.py index 0adf8d4..a6abeb4 100644 --- a/flask_gtts/about.py +++ b/flask_gtts/about.py @@ -1,4 +1,4 @@ -__version__ = '0.18' +__version__ = '0.19' __doc__ = 'A Flask extension to help in generating Google Text-To-Speech files.' __license__ = 'MIT' __author__ = 'Mohamed Feddad'