Skip to content

Commit

Permalink
bump: version 0.6.2 → 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 18, 2024
1 parent b89907c commit aa59f23
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.6.3 (2024-10-18)

### Fix

- include utils as a package

## v0.6.2 (2024-10-16)

### Refactor
Expand Down
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.6.2"
version = "0.6.3"
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 @@ -35,7 +35,7 @@ types-confluent-kafka = "^1.2.2"
chispa = "^0.10.1"

[tool.commitizen]
version = "0.6.2"
version = "0.6.3"
update_changelog_on_bump = true
version_provider = "scm"
tag_format = "v$version"
Expand Down
2 changes: 1 addition & 1 deletion src/sparkle/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.2"
__version__ = "0.6.3"

0 comments on commit aa59f23

Please sign in to comment.