diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a65c87..3027ffe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.6.3 (2024-10-18) + +### Fix + +- include utils as a package + ## v0.6.2 (2024-10-16) ### Refactor diff --git a/pyproject.toml b/pyproject.toml index e88cac4..e62f12f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", @@ -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" diff --git a/src/sparkle/__init__.py b/src/sparkle/__init__.py index 22049ab..63af887 100644 --- a/src/sparkle/__init__.py +++ b/src/sparkle/__init__.py @@ -1 +1 @@ -__version__ = "0.6.2" +__version__ = "0.6.3"