Skip to content

Commit a2136d9

Browse files
committed
Bump versions
1 parent 5e38a23 commit a2136d9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.0.3'
22-
__build__ = '2021060201'
21+
__version__ = '2.0.4'
22+
__build__ = '202107010'
2323

2424

2525
# Make sure we declare this file as namespace holder

windows_tools/virtualization/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
__copyright__ = 'Copyright (C) 2020-2021 Orsiris de Jong'
1919
__description__ = 'Simple virtualization platform identification for Windows guest'
2020
__licence__ = 'BSD 3 Clause'
21-
__version__ = '0.3.1'
22-
__build__ = '2021022201'
21+
__version__ = '0.3.2'
22+
__build__ = '2021070201'
2323

2424

2525
from typing import Tuple

windows_tools/wmi_queries/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
__copyright__ = 'Copyright (C) 2020-2021 Orsiris de Jong'
2121
__description__ = 'Windows WMI query wrapper, wmi timezone converters'
2222
__licence__ = 'BSD 3 Clause'
23-
__version__ = '0.9.6'
24-
__build__ = '2021052501'
23+
__version__ = '0.9.7'
24+
__build__ = '2021070201'
2525

2626
import logging
2727
import re

0 commit comments

Comments
 (0)