Skip to content

Commit

Permalink
Merge pull request #2286 from moj-analytical-services/final_dev_release
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
RobinL authored Jul 24, 2024
2 parents 8e10539 + a5d8770 commit 6a8264e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "splink"
version = "4.0.0.dev8"
version = "4.0.0.dev9"
description = "Fast probabilistic data linkage at scale"
authors = ["Robin Linacre <[email protected]>", "Sam Lindsay", "Theodore Manassis", "Tom Hepworth", "Andy Bond", "Ross Kennedy"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion splink/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __getattr__(name):
raise AttributeError(f"module 'splink' has no attribute '{name}'") from None


__version__ = "4.0.0.dev8"
__version__ = "4.0.0.dev9"


__all__ = [
Expand Down

0 comments on commit 6a8264e

Please sign in to comment.