Skip to content

Commit

Permalink
Merge ddd1ff9 into 87a7108
Browse files Browse the repository at this point in the history
  • Loading branch information
samnlindsay committed Apr 12, 2022
2 parents 87a7108 + ddd1ff9 commit 84c55b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "splink"
version = "2.1.11"
version = "2.1.12"
description = "Implementation of Fellegi-Sunter's canonical model of record linkage in Apache Spark, including EM algorithm to estimate parameters"
authors = ["Robin Linacre <robinlinacre@hotmail.com>", "Sam Lindsay", "Theodore Manassis"]
license = "MIT"
Expand All @@ -12,7 +12,7 @@ readme = "README.md"
python = "^3.6"
jsonschema = "^3.2"
typeguard = "^2.10.0"
sqlglot = "^1.18.0"
sqlglot = "^1.25.0"

[tool.poetry.dev-dependencies]
pytest = "^5.3"
Expand Down

0 comments on commit 84c55b1

Please sign in to comment.