Skip to content

Commit 42a2473

Browse files
Bump version to 0.3.2
1 parent 7692bb7 commit 42a2473

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

patchdiff/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .diff import diff
33
from .serialize import to_json
44

5-
__version__ = "0.3.1"
5+
__version__ = "0.3.2"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "patchdiff"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "MIT"
55
authors = ["Korijn van Golen <[email protected]>"]
66
homepage = "https://github.com/Korijn/patchdiff"

0 commit comments

Comments
 (0)