Skip to content

Commit f0a206a

Browse files
author
weishan
committed
bump to version 0.2.1
1 parent 7cbdfbe commit f0a206a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/changelog.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

3-
(v0_2_0)=
4-
## 0.2.0 (2023-07-22)
3+
(v0_2_1)=
4+
## 0.2.1 (2023-07-22)
55

66
### New features
77
- Enable file comparson with different names

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="dompare",
5-
version="0.2.0",
5+
version="0.2.1",
66
keywords=("dompare", "Linux", "diff", "directories"),
77
description="A program to diff two directories recursively",
88
long_description="dompare is program to diff same name iles in two directories recursively",

0 commit comments

Comments
 (0)