Skip to content

Commit

Permalink
Bump version: 0.3.1 → 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FurcyPin committed Mar 24, 2023
1 parent 12ce3f6 commit 3a40265
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.1
current_version = 0.3.2
tag = True
commit = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "spark-frame"
version = "0.3.1"
version = "0.3.2"
description = "A library containing various utility functions for playing with PySpark DataFrames"
authors = ["FurcyPin"]
license = "Apache-2.0"
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.3.1
sonar.projectVersion=0.3.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.3.1"
__version__ = "0.3.2"

0 comments on commit 3a40265

Please sign in to comment.