Skip to content

Commit ce3a811

Browse files
Merge pull request #14 from Korijn/bump-version
Included change: * Fix appending operation for list (#13)
2 parents 7692bb7 + 42a2473 commit ce3a811

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)