diff --git a/pyproject.toml b/pyproject.toml index a094744..06055b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mediacatch-s2t" -version = "0.0.4" +version = "0.0.5" description = "Upload a media file and get the transcription link." readme = "README.md" authors = [{ name = "MediaCatch", email = "support@mediacatch.io" }] @@ -29,4 +29,4 @@ requires-python = ">=3.7" Homepage = "https://github.com/mediacatch/mediacatch-s2t" [project.scripts] - mediacatch = "uploader.__main__:main" \ No newline at end of file + mediacatch = "uploader.__main__:main"