Update version to v2022.02.23
This commit is contained in:
parent
9ac5e0e017
commit
8b93c3ae4e
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ import termstr
|
|||
import diff_edit.editor as editor
|
||||
|
||||
|
||||
__version__ = "v2022.01.18"
|
||||
__version__ = "v2022.02.23"
|
||||
|
||||
|
||||
PROJECT_NAME = "diff-edit"
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -8,7 +8,7 @@ except ImportError:
|
|||
|
||||
|
||||
setup(name="diff-edit",
|
||||
version="v2022.01.18",
|
||||
version="v2022.02.23",
|
||||
description="Edit two files side by side, showing differences.",
|
||||
url="https://github.com/ahamilton/diff-edit",
|
||||
author="Andrew Hamilton",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue