Skip to content

Commit 718600c

Browse files
committed
Bump version to 0.2.0
1 parent 7662544 commit 718600c

File tree

3 files changed

+2
-2
lines changed

3 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.9"
1+
__version__ = "0.2.0"
22
from .main import create, apply

paper.pdf

-469 KB
Binary file not shown.

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.9"
16+
version = "0.2.0"
1717
description = "A Python Library for Human-Readable Data Differencing"
1818
readme = "README.md"
1919
license = {text = "MIT"}

0 commit comments

Comments
 (0)