We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c776a2b commit 5daa649Copy full SHA for 5daa649
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "chunkdup"
3
-version = "0.3.0"
+version = "0.4.0"
4
description = "Find (partial content) duplicate files."
5
authors = ["Xie Yanbo <xieyanbo@gmail.com>"]
6
license = "MIT"
@@ -9,8 +9,10 @@ homepage = "https://github.com/xyb/chunkdup"
9
repository = "https://github.com/xyb/chunkdup"
10
classifiers = [
11
"Environment :: Console",
12
- "Development Status :: 3 - Alpha",
+ "Development Status :: 4 - Beta",
13
"Topic :: Utilities",
14
+ "Topic :: Terminals",
15
+ "Topic :: Desktop Environment :: File Managers",
16
]
17
18
[tool.poetry.urls]
0 commit comments