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 7a5280e commit abb4ba9Copy full SHA for abb4ba9
README.md
@@ -104,7 +104,7 @@ $ mac-cleanup -h
104
usage: mac-cleanup [-h] [-d] [-u] [-c] [-m]
105
106
A Mac Cleanup Utility in Python
107
- v2.2.4
+ v2.2.5
108
https://github.com/mac-cleanup/mac-cleanup-py
109
110
optional arguments:
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "mac_cleanup"
3
-version = "2.2.4"
+version = "2.2.5"
4
description = "Python cleanup script for macOS"
5
license = "Apache-2.0"
6
authors = [ "Drugsosos <[email protected]>" ]
@@ -74,4 +74,4 @@ exclude = "default_modules.py"
74
[tool.pytest.ini_options]
75
minversion = "6.0"
76
addopts = "--cov=mac_cleanup"
77
-testpaths = [ "tests" ]
+testpaths = [ "tests" ]
0 commit comments