Skip to content

Commit abb4ba9

Browse files
committed
updated version to v2.2.5
1 parent 7a5280e commit abb4ba9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ $ mac-cleanup -h
104104
usage: mac-cleanup [-h] [-d] [-u] [-c] [-m]
105105
106106
A Mac Cleanup Utility in Python
107-
v2.2.4
107+
v2.2.5
108108
https://github.com/mac-cleanup/mac-cleanup-py
109109
110110
optional arguments:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mac_cleanup"
3-
version = "2.2.4"
3+
version = "2.2.5"
44
description = "Python cleanup script for macOS"
55
license = "Apache-2.0"
66
authors = [ "Drugsosos <[email protected]>" ]
@@ -74,4 +74,4 @@ exclude = "default_modules.py"
7474
[tool.pytest.ini_options]
7575
minversion = "6.0"
7676
addopts = "--cov=mac_cleanup"
77-
testpaths = [ "tests" ]
77+
testpaths = [ "tests" ]

0 commit comments

Comments
 (0)