Skip to content

Commit 97ba4f0

Browse files
committed
Bump version: 4.3.0 → 4.3.1
1 parent f21dc4f commit 97ba4f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.3.0
2+
current_version = 4.3.1
33
tag_name = {new_version}
44
commit = True
55
tag = True

nomenklatura/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
from nomenklatura.store import Store, View
33
from nomenklatura.judgement import Judgement
44

5-
__version__ = "4.3.0"
5+
__version__ = "4.3.1"
66
__all__ = ["Resolver", "Store", "View", "Judgement", "Linker"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "nomenklatura"
7-
version = "4.3.0"
7+
version = "4.3.1"
88
description = "Make record linkages in followthemoney data."
99
readme = "README.md"
1010
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)