Skip to content

Commit 6bdb908

Browse files
committedSep 1, 2024·
v1.6.0
1 parent cb9f3da commit 6bdb908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎nested_diff/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
__all__ = ['Differ', 'Iterator', 'Patcher', 'diff', 'patch']
2222

23-
__version__ = '1.5.0'
23+
__version__ = '1.6.0'
2424
__author__ = 'Michael Samoglyadov'
2525
__license__ = 'Apache License, Version 2.0'
2626
__website__ = 'https://github.com/mr-mixas/Nested-Diff.py'

0 commit comments

Comments
 (0)
Please sign in to comment.