Skip to content

Commit

Permalink
Merge pull request #22 from DataChefHQ/fix/package-version
Browse files Browse the repository at this point in the history
fix: regression on #21.
  • Loading branch information
shahinism authored Oct 2, 2024
2 parents 45f9f79 + f6299ef commit 1d57bde
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sparkle"
version = "0.0.0"
version = "0.5.0"
description = "✨ A meta framework for Apache Spark, helping data engineers to focus on solving business problems with highest quality!"
authors = [
"Reza (Shahin) Khanipour <[email protected]>",
Expand Down Expand Up @@ -34,7 +34,7 @@ fastavro = "^1.9.7"
types-confluent-kafka = "^1.2.2"

[tool.commitizen]
version = "1.0.0"
version = "0.5.0"
update_changelog_on_bump = true
version_provider = "scm"
tag_format = "v$version"
Expand Down

0 comments on commit 1d57bde

Please sign in to comment.