Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
deajan committed Oct 8, 2021
1 parent 8ba174c commit 2bc8420
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions windows_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
__copyright__ = "Copyright (C) 2018-2021 Orsiris de Jong"
__description__ = "Toolset for antivirus, NTFS/ReFS ACLs, file ownership, registry, user handling...Well a lot of stuff"
__licence__ = "BSD 3 Clause"
__version__ = "2.2.4"
__build__ = "2021100801"
__version__ = "2.2.5"
__build__ = "2021100802"


# Make sure we declare this file as namespace holder
Expand Down
4 changes: 2 additions & 2 deletions windows_tools/updates/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
__copyright__ = "Copyright (C) 2021 Orsiris de Jong"
__description__ = "Retrieve complete Windows Update installed updates list"
__licence__ = "BSD 3 Clause"
__version__ = "2.0.4"
__build__ = "2021100801"
__version__ = "2.0.5"
__build__ = "2021100802"

import re
from win32com import client
Expand Down

0 comments on commit 2bc8420

Please sign in to comment.