vm-tool 1.0.6__tar.gz → 1.0.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: vm_tool
3
- Version: 1.0.6
3
+ Version: 1.0.8
4
4
  Summary: A Comprehensive Tool for Setting Up Virtual Machines Using Ansible.
5
5
  License: MIT
6
6
  Description-Content-Type: text/markdown
@@ -7,7 +7,7 @@ with open(os.path.join(os.path.dirname(__file__), 'Readme.md'), encoding='utf-8'
7
7
 
8
8
  setup(
9
9
  name='vm_tool',
10
- version='1.0.6', # This will be updated by bump2version
10
+ version='1.0.8', # This will be updated by bump2version
11
11
  packages=find_packages(),
12
12
  description='A Comprehensive Tool for Setting Up Virtual Machines Using Ansible.',
13
13
  long_description=long_description,
@@ -2,7 +2,7 @@ import argparse
2
2
 
3
3
  def main():
4
4
  parser = argparse.ArgumentParser(description='Setup VMs using Ansible.')
5
- parser.add_argument('--version', action='version', version='vm_tool 1.0')
5
+ parser.add_argument('--version', action='version', version='1.0.8')
6
6
 
7
7
  args = parser.parse_args()
8
8
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: vm_tool
3
- Version: 1.0.6
3
+ Version: 1.0.8
4
4
  Summary: A Comprehensive Tool for Setting Up Virtual Machines Using Ansible.
5
5
  License: MIT
6
6
  Description-Content-Type: text/markdown
File without changes
File without changes
File without changes
File without changes
File without changes