diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9e8cd1e..3fd9288 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.1 +current_version = 0.3.2 tag = True commit = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))? diff --git a/pyproject.toml b/pyproject.toml index 3665fd8..09feebd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/sonar-project.properties b/sonar-project.properties index de0de04..0668d3f 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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 diff --git a/spark_frame/__init__.py b/spark_frame/__init__.py index 260c070..f9aa3e1 100644 --- a/spark_frame/__init__.py +++ b/spark_frame/__init__.py @@ -1 +1 @@ -__version__ = "0.3.1" +__version__ = "0.3.2"