Skip to content

Commit d697e5f

Browse files
committed
Bump version
1 parent 25c7c3d commit d697e5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

windows_tools/updates/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
__intname__ = "windows_tools.updates"
1818
__author__ = "Orsiris de Jong"
19-
__copyright__ = "Copyright (C) 2021-2023 Orsiris de Jong"
19+
__copyright__ = "Copyright (C) 2021-2024 Orsiris de Jong"
2020
__description__ = "Retrieve complete Windows Update installed updates list"
2121
__licence__ = "BSD 3 Clause"
22-
__version__ = "2.1.0"
23-
__build__ = "2023050601"
22+
__version__ = "2.2.0"
23+
__build__ = "2024121001"
2424

2525
import re
2626
import logging

0 commit comments

Comments
 (0)