Skip to content

Commit

Permalink
Merge pull request #21 from DataChefHQ/fix/package-version
Browse files Browse the repository at this point in the history
fix: package version in the package.
  • Loading branch information
shahinism authored Oct 2, 2024
2 parents df02179 + 5f4d7cd commit 45f9f79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ types-confluent-kafka = "^1.2.2"
version = "1.0.0"
update_changelog_on_bump = true
version_provider = "scm"
tag_format = "v$major.$minor.$patch$prerelease"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
"src/sparkle/__init__.py"
]

Expand Down

0 comments on commit 45f9f79

Please sign in to comment.