Skip to content

Commit 5daa649

Browse files
committed
release v0.4.0
1 parent c776a2b commit 5daa649

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "chunkdup"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Find (partial content) duplicate files."
55
authors = ["Xie Yanbo <xieyanbo@gmail.com>"]
66
license = "MIT"
@@ -9,8 +9,10 @@ homepage = "https://github.com/xyb/chunkdup"
99
repository = "https://github.com/xyb/chunkdup"
1010
classifiers = [
1111
"Environment :: Console",
12-
"Development Status :: 3 - Alpha",
12+
"Development Status :: 4 - Beta",
1313
"Topic :: Utilities",
14+
"Topic :: Terminals",
15+
"Topic :: Desktop Environment :: File Managers",
1416
]
1517

1618
[tool.poetry.urls]

0 commit comments

Comments
 (0)