Skip to content

Commit

Permalink
bump: version 0.3.2 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyhuy committed Apr 20, 2024
1 parent f42da17 commit 118fc00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## v1.0.0 (2024-04-21)

## v0.3.2 (2024-04-17)

## 0.3.1 (2024-04-17)
Expand Down
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 = "0.3.2"
version = "1.0.0"
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 = "0.3.2"
version = "1.0.0"
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = true
version_files = ["pyproject.toml:^version"]
Expand Down

0 comments on commit 118fc00

Please sign in to comment.