From d3e59f04db0a56b6f99ff5cb9d88a6fc0f597835 Mon Sep 17 00:00:00 2001 From: Danstiv <50794055+Danstiv@users.noreply.github.com> Date: Wed, 21 Aug 2024 04:20:14 +0700 Subject: [PATCH] Bump version to 0.13.1 --- espeak_converter/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/espeak_converter/constants.py b/espeak_converter/constants.py index 1e4fefc..29e2bda 100644 --- a/espeak_converter/constants.py +++ b/espeak_converter/constants.py @@ -1,7 +1,7 @@ import sys from pathlib import Path -VERSION = "0.13" +VERSION = "0.13.1" if getattr(sys, "frozen", False): _app_file = sys.executable