Skip to content

Commit 4439a51

Browse files
committed
Bump version: 1.2.2 → 1.2.3
1 parent 6aebf91 commit 4439a51

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 = 1.2.2
2+
current_version = 1.2.3
33
commit = True
44
tag = True
55

datapatch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from datapatch.exc import LookupException
66

77

8-
__version__ = "1.2.2"
8+
__version__ = "1.2.3"
99
__all__ = ["Lookup", "Result", "LookupException", "get_lookups", "read_lookups"]
1010

1111

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 = "datapatch"
7-
version = "1.2.2"
7+
version = "1.2.3"
88
description = "A library for defining rule-based overrides on messy data."
99
readme = "README.md"
1010
license = { text = "MIT" }

0 commit comments

Comments
 (0)