Skip to content

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
FredHaa committed Apr 24, 2023
1 parent 3e7a713 commit 2b31133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" }]
Expand All @@ -29,4 +29,4 @@ requires-python = ">=3.7"
Homepage = "https://github.com/mediacatch/mediacatch-s2t"

[project.scripts]
mediacatch = "uploader.__main__:main"
mediacatch = "uploader.__main__:main"

0 comments on commit 2b31133

Please sign in to comment.