Skip to content

Commit bcb69c5

Browse files
committed
Bump version to 0.1.9
1 parent f6b8fd1 commit bcb69c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

keepdelta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.1.8"
1+
__version__ = "0.1.9"
22
from .main import create, apply

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keepdelta = ["py.typed"]
1313

1414
[project]
1515
name = "keepdelta"
16-
version = "0.1.8"
16+
version = "0.1.9"
1717
description = "A Python Library for Human-Readable Data Differencing"
1818
readme = "README.md"
1919
license = {text = "MIT"}

0 commit comments

Comments
 (0)