Skip to content

Commit defc08d

Browse files
committed
v1.7.1
1 parent c092940 commit defc08d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nested_diff/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2018-2024 Michael Samoglyadov
1+
# Copyright 2018-2025 Michael Samoglyadov
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@
2020

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

23-
__version__ = '1.7.0'
23+
__version__ = '1.7.1'
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)