Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
deajan committed Jul 2, 2021
1 parent 5e38a23 commit a2136d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.0.3'
__build__ = '2021060201'
__version__ = '2.0.4'
__build__ = '202107010'


# Make sure we declare this file as namespace holder
Expand Down
4 changes: 2 additions & 2 deletions windows_tools/virtualization/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
__copyright__ = 'Copyright (C) 2020-2021 Orsiris de Jong'
__description__ = 'Simple virtualization platform identification for Windows guest'
__licence__ = 'BSD 3 Clause'
__version__ = '0.3.1'
__build__ = '2021022201'
__version__ = '0.3.2'
__build__ = '2021070201'


from typing import Tuple
Expand Down
4 changes: 2 additions & 2 deletions windows_tools/wmi_queries/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
__copyright__ = 'Copyright (C) 2020-2021 Orsiris de Jong'
__description__ = 'Windows WMI query wrapper, wmi timezone converters'
__licence__ = 'BSD 3 Clause'
__version__ = '0.9.6'
__build__ = '2021052501'
__version__ = '0.9.7'
__build__ = '2021070201'

import logging
import re
Expand Down

0 comments on commit a2136d9

Please sign in to comment.