ggcode 1.3.142__tar.gz → 1.3.144__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: ggcode
3
- Version: 1.3.142
3
+ Version: 1.3.144
4
4
  Summary: Thin Python wrapper that installs the ggcode GitHub Release binary
5
5
  Author: topcheer
6
6
  License: MIT
@@ -71,6 +71,7 @@ GGCODE_INSTALL_VERSION=X.Y.Z ggcode
71
71
 
72
72
  ```bash
73
73
  brew tap topcheer/ggcode
74
+ brew trust topcheer/ggcode
74
75
  brew install ggcode # CLI
75
76
  brew install ggcode-desktop # Desktop (Linux)
76
77
  brew install --cask ggcode-desktop # Desktop (macOS DMG)
@@ -59,6 +59,7 @@ GGCODE_INSTALL_VERSION=X.Y.Z ggcode
59
59
 
60
60
  ```bash
61
61
  brew tap topcheer/ggcode
62
+ brew trust topcheer/ggcode
62
63
  brew install ggcode # CLI
63
64
  brew install ggcode-desktop # Desktop (Linux)
64
65
  brew install --cask ggcode-desktop # Desktop (macOS DMG)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ggcode
3
- Version: 1.3.142
3
+ Version: 1.3.144
4
4
  Summary: Thin Python wrapper that installs the ggcode GitHub Release binary
5
5
  Author: topcheer
6
6
  License: MIT
@@ -71,6 +71,7 @@ GGCODE_INSTALL_VERSION=X.Y.Z ggcode
71
71
 
72
72
  ```bash
73
73
  brew tap topcheer/ggcode
74
+ brew trust topcheer/ggcode
74
75
  brew install ggcode # CLI
75
76
  brew install ggcode-desktop # Desktop (Linux)
76
77
  brew install --cask ggcode-desktop # Desktop (macOS DMG)
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ggcode"
7
- version = "1.3.142"
7
+ version = "1.3.144"
8
8
  description = "Thin Python wrapper that installs the ggcode GitHub Release binary"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
File without changes
File without changes