ahqstore-cli 0.10.2__py3-none-any.whl → 0.10.4__py3-none-any.whl

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.
PKG-INFO CHANGED
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ahqstore-cli
3
- Version: 0.10.2
3
+ Version: 0.10.4
4
4
  Summary: A modern Python wrapper for the ahqstore CLI
5
5
  Author-email: AHQ Softwares <ahqsecret@gmail.com>
6
6
  Classifier: License :: OSI Approved :: MIT License
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ahqstore-cli
3
- Version: 0.10.2
3
+ Version: 0.10.4
4
4
  Summary: A modern Python wrapper for the ahqstore CLI
5
5
  Author-email: AHQ Softwares <ahqsecret@gmail.com>
6
6
  Classifier: License :: OSI Approved :: MIT License
@@ -0,0 +1,10 @@
1
+ ./.gitignore,sha256=DNBkdlt0Cp15HxUmbuVdZEtLDPQClHVMIdWQHtnHgcM,11
2
+ ./PKG-INFO,sha256=TBDk2Ubih_nDncK18Mgs8mzPeADhAIjiKc3bfHRmnpE,1229
3
+ ./cli.py,sha256=yik2vnIccc3K1JXadjQhpEO4u-ZZDHKVwP6YvqjDCow,2539
4
+ ./pyproject.toml,sha256=XCsOngMqoegQFKNt176dfHfe14qgy8cgjW5dlnY4czA,647
5
+ ./setup.py,sha256=8bMFSFEirC83P2E5gqWscOv456HhYeZRC2ocGtZLFEo,37
6
+ ./.vscode/settings.json,sha256=Nsps3MtDH6o4saSxNgu1zaKuPCjSfrE6w4sk8G7Txrg,101
7
+ ahqstore_cli-0.10.4.dist-info/METADATA,sha256=TBDk2Ubih_nDncK18Mgs8mzPeADhAIjiKc3bfHRmnpE,1229
8
+ ahqstore_cli-0.10.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
9
+ ahqstore_cli-0.10.4.dist-info/entry_points.txt,sha256=2mQ7jRN1am_T50S-EVmZN7-jWDvhvWtJOA2Qx8NWnnc,38
10
+ ahqstore_cli-0.10.4.dist-info/RECORD,,
pyproject.toml CHANGED
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "ahqstore-cli"
7
- version = "0.10.2"
7
+ version = "0.10.4"
8
8
  authors = [{ name = "AHQ Softwares", email = "ahqsecret@gmail.com" }]
9
9
  description = "A modern Python wrapper for the ahqstore CLI"
10
10
  readme = "../README.md"
@@ -1,10 +0,0 @@
1
- ./.gitignore,sha256=DNBkdlt0Cp15HxUmbuVdZEtLDPQClHVMIdWQHtnHgcM,11
2
- ./PKG-INFO,sha256=QW4gOlL42bwCgLR8IZLdMYE7GAkp_nXTdJOJNIIv5hg,1229
3
- ./cli.py,sha256=yik2vnIccc3K1JXadjQhpEO4u-ZZDHKVwP6YvqjDCow,2539
4
- ./pyproject.toml,sha256=_8T-pSaBs3t8fgAUPpcT0k26Dr8K0X0wcbSg4AkrSxs,647
5
- ./setup.py,sha256=8bMFSFEirC83P2E5gqWscOv456HhYeZRC2ocGtZLFEo,37
6
- ./.vscode/settings.json,sha256=Nsps3MtDH6o4saSxNgu1zaKuPCjSfrE6w4sk8G7Txrg,101
7
- ahqstore_cli-0.10.2.dist-info/METADATA,sha256=QW4gOlL42bwCgLR8IZLdMYE7GAkp_nXTdJOJNIIv5hg,1229
8
- ahqstore_cli-0.10.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
9
- ahqstore_cli-0.10.2.dist-info/entry_points.txt,sha256=2mQ7jRN1am_T50S-EVmZN7-jWDvhvWtJOA2Qx8NWnnc,38
10
- ahqstore_cli-0.10.2.dist-info/RECORD,,