k8s-helper-cli 0.1.0__tar.gz → 0.1.1__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: k8s-helper-cli
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: A simplified Python wrapper for common Kubernetes operations
5
5
  Author-email: Harshit Chatterjee <harshitchatterjee50@gmail.com>
6
6
  License-Expression: MIT
@@ -41,7 +41,7 @@ A simplified Python wrapper for common Kubernetes operations that makes it easy
41
41
  ## Installation
42
42
 
43
43
  ```bash
44
- pip install k8s-helper
44
+ pip install k8s-helper-cli
45
45
  ```
46
46
 
47
47
  ### Development Installation
@@ -16,7 +16,7 @@ A simplified Python wrapper for common Kubernetes operations that makes it easy
16
16
  ## Installation
17
17
 
18
18
  ```bash
19
- pip install k8s-helper
19
+ pip install k8s-helper-cli
20
20
  ```
21
21
 
22
22
  ### Development Installation
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "k8s-helper-cli"
3
- version = "0.1.0"
3
+ version = "0.1.1"
4
4
  description = "A simplified Python wrapper for common Kubernetes operations"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: k8s-helper-cli
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: A simplified Python wrapper for common Kubernetes operations
5
5
  Author-email: Harshit Chatterjee <harshitchatterjee50@gmail.com>
6
6
  License-Expression: MIT
@@ -41,7 +41,7 @@ A simplified Python wrapper for common Kubernetes operations that makes it easy
41
41
  ## Installation
42
42
 
43
43
  ```bash
44
- pip install k8s-helper
44
+ pip install k8s-helper-cli
45
45
  ```
46
46
 
47
47
  ### Development Installation
File without changes
File without changes