vssh 4.1.1__tar.gz → 4.1.2__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.4
2
2
  Name: vssh
3
- Version: 4.1.1
3
+ Version: 4.1.2
4
4
  Summary: vssh - installs Go binary
5
5
  Author-email: MeshPOP <mpop@mpop.dev>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "vssh"
7
- version = "4.1.1"
7
+ version = "4.1.2"
8
8
  description = "vssh - installs Go binary"
9
9
  readme = "README.md"
10
10
  license = {text = "MIT"}
@@ -7,7 +7,7 @@ import urllib.request
7
7
  import stat
8
8
  from pathlib import Path
9
9
 
10
- __version__ = "4.1.1"
10
+ __version__ = "4.1.2"
11
11
 
12
12
  def get_platform_name():
13
13
  system = platform.system().lower()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vssh
3
- Version: 4.1.1
3
+ Version: 4.1.2
4
4
  Summary: vssh - installs Go binary
5
5
  Author-email: MeshPOP <mpop@mpop.dev>
6
6
  License: MIT
File without changes
File without changes
File without changes
File without changes
File without changes