Skip to content

Commit 2bc8420

Browse files
committed
Bump version
1 parent 8ba174c commit 2bc8420

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

windows_tools/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
__copyright__ = "Copyright (C) 2018-2021 Orsiris de Jong"
1919
__description__ = "Toolset for antivirus, NTFS/ReFS ACLs, file ownership, registry, user handling...Well a lot of stuff"
2020
__licence__ = "BSD 3 Clause"
21-
__version__ = "2.2.4"
22-
__build__ = "2021100801"
21+
__version__ = "2.2.5"
22+
__build__ = "2021100802"
2323

2424

2525
# Make sure we declare this file as namespace holder

windows_tools/updates/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
__copyright__ = "Copyright (C) 2021 Orsiris de Jong"
2020
__description__ = "Retrieve complete Windows Update installed updates list"
2121
__licence__ = "BSD 3 Clause"
22-
__version__ = "2.0.4"
23-
__build__ = "2021100801"
22+
__version__ = "2.0.5"
23+
__build__ = "2021100802"
2424

2525
import re
2626
from win32com import client

0 commit comments

Comments
 (0)