We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7692bb7 commit 42a2473Copy full SHA for 42a2473
patchdiff/__init__.py
@@ -2,4 +2,4 @@
2
from .diff import diff
3
from .serialize import to_json
4
5
-__version__ = "0.3.1"
+__version__ = "0.3.2"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "patchdiff"
-version = "0.3.1"
+version = "0.3.2"
description = "MIT"
authors = ["Korijn van Golen <[email protected]>"]
6
homepage = "https://github.com/Korijn/patchdiff"
0 commit comments