Skip to content

Commit

Permalink
Merge pull request #14 from Korijn/bump-version
Browse files Browse the repository at this point in the history
Included change:

* Fix appending operation for list (#13)
  • Loading branch information
berendkleinhaneveld authored Nov 15, 2021
2 parents 7692bb7 + 42a2473 commit ce3a811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion patchdiff/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .diff import diff
from .serialize import to_json

__version__ = "0.3.1"
__version__ = "0.3.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "patchdiff"
version = "0.3.1"
version = "0.3.2"
description = "MIT"
authors = ["Korijn van Golen <[email protected]>"]
homepage = "https://github.com/Korijn/patchdiff"
Expand Down

0 comments on commit ce3a811

Please sign in to comment.