Skip to content

Commit

Permalink
chore: Update project version and dependencies
Browse files Browse the repository at this point in the history
- Update project version and commitizen version in pyproject.toml
- Implemented necessary changes for version control
  • Loading branch information
johnnyhuy committed Apr 20, 2024
1 parent 8483eba commit 3f9dd23
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 @@ -3,7 +3,7 @@ transcribe-me = "transcribe_me.main:main"

[project]
name = "transcribe-me"
version = "1.0.0"
version = "0.3.2"
authors = [{ name = "echoHello", email = "[email protected]" }]
description = "A CLI tool to transcribe audio files using OpenAI API"
readme = "README.md"
Expand Down Expand Up @@ -33,7 +33,7 @@ dependencies = [
packages = ["transcribe_me"]

[tool.commitizen]
version = "1.0.0"
version = "0.3.2"
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = false
version_files = ["pyproject.toml:^version"]
Expand Down

0 comments on commit 3f9dd23

Please sign in to comment.