Skip to content

Commit 8cbce43

Browse files
committed
chore: version 0.2.0
1 parent c623ebf commit 8cbce43

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mrg"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = "MRG - Clean miscellaneous files produced by macOS"
55
license = "Apache-2.0"
66
readme = "README.md"

src/mrg/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
parser.add_argument("--no-enumerate-error", action="store_true", help="do not print clean/scan error")
2323
parser.add_argument("--json", action="store_true", help="produce json report instead of text description")
2424
parser.add_argument("--follow-symlinks", action="store_true", help="follow symlinks while traversing")
25-
parser.add_argument("--version", action="version", version="0.1.1")
25+
parser.add_argument("--version", action="version", version="0.2.0")
2626

2727

2828
def main():

0 commit comments

Comments
 (0)