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 7662544 commit 718600cCopy full SHA for 718600c
keepdelta/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = "0.1.9"
+__version__ = "0.2.0"
2
from .main import create, apply
paper.pdf
-469 KB
pyproject.toml
@@ -13,7 +13,7 @@ keepdelta = ["py.typed"]
13
14
[project]
15
name = "keepdelta"
16
-version = "0.1.9"
+version = "0.2.0"
17
description = "A Python Library for Human-Readable Data Differencing"
18
readme = "README.md"
19
license = {text = "MIT"}
0 commit comments