Skip to content

Commit 526fd79

Browse files
fritshermansFrits Hermans
and
Frits Hermans
authored
bump version to 0.3.2 (#23)
Co-authored-by: Frits Hermans <[email protected]>
1 parent 693e52c commit 526fd79

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Ahmet Bayraktar, Frits Hermans, Stan Leisink'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.3.1'
25+
release = '0.3.2'
2626

2727

2828
# -- General configuration ---------------------------------------------------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
long_description = fh.read()
3434

3535
setup(name='Spark-Matcher',
36-
version='0.3.1',
36+
version='0.3.2',
3737
author="Ahmet Bayraktar, Stan Leisink, Frits Hermans",
3838
description="Record matching and entity resolution at scale in Spark",
3939
long_description=long_description,

spark_matcher/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.1"
1+
__version__ = "0.3.2"

0 commit comments

Comments
 (0)