Skip to content

Commit 3e724b8

Browse files
Merge pull request #12 from Korijn/bump-version
Bump version to 0.3.1 Includes the following changes: * Add support for Python 3.6, 3.7, 3.8 and 3.10 (#9) * Remove isinstance calls to be able to work with proxied objects (#10 and #11)
2 parents 58ce8cd + 0748f49 commit 3e724b8

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.0"
5+
__version__ = "0.3.1"

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.0"
3+
version = "0.3.1"
44
description = "MIT"
55
authors = ["Korijn van Golen <[email protected]>"]
66
homepage = "https://github.com/Korijn/patchdiff"

0 commit comments

Comments
 (0)