From 485131f6443c867e10bfae5f282778b27f53a8dc Mon Sep 17 00:00:00 2001 From: gha-release Date: Wed, 20 Sep 2023 11:22:14 +0000 Subject: [PATCH] bump version to 1.1.0 --- pyproject.toml | 2 +- src/mediacatch_s2t/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6fc094b..b106567 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mediacatch-s2t" -version = '1.0.1' +version = '1.1.0' description = "Upload a media file and get the transcription link." readme = "README.md" authors = [{ name = "MediaCatch", email = "support@mediacatch.io" }] diff --git a/src/mediacatch_s2t/__init__.py b/src/mediacatch_s2t/__init__.py index 83eba0f..db530df 100644 --- a/src/mediacatch_s2t/__init__.py +++ b/src/mediacatch_s2t/__init__.py @@ -3,7 +3,7 @@ """ # Version of the mc-s2t-mediacatch_s2t -__version__ = '1.0.1' +__version__ = '1.1.0' import os