We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7692bb7 + 42a2473 commit ce3a811Copy full SHA for ce3a811
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