Skip to content

Commit

Permalink
Bump version: 0.5.1 → 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FurcyPin committed Jul 11, 2024
1 parent 88529cf commit 2a8aca5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 = "spark-frame"
version = "0.5.1"
version = "0.5.2"
description = "A library containing various utility functions for playing with PySpark DataFrames"
authors = ["FurcyPin"]
license = "Apache-2.0"
Expand Down Expand Up @@ -94,7 +94,7 @@ testpaths = [
]

[tool.bumpversion]
current_version = "0.5.1"
current_version = "0.5.2"
commit = true
message = "Bump version: {current_version} → {new_version}"
tag = true
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sonar.organization=furcypin

# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=spark-frame
sonar.projectVersion=0.5.1
sonar.projectVersion=0.5.2

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=spark_frame
Expand Down
2 changes: 1 addition & 1 deletion spark_frame/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.1"
__version__ = "0.5.2"

0 comments on commit 2a8aca5

Please sign in to comment.