We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b8fd1 commit bcb69c5Copy full SHA for bcb69c5
keepdelta/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = "0.1.8"
+__version__ = "0.1.9"
2
from .main import create, apply
pyproject.toml
@@ -13,7 +13,7 @@ keepdelta = ["py.typed"]
13
14
[project]
15
name = "keepdelta"
16
-version = "0.1.8"
+version = "0.1.9"
17
description = "A Python Library for Human-Readable Data Differencing"
18
readme = "README.md"
19
license = {text = "MIT"}
0 commit comments