ibee-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: ibee-cli
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Official command-line interface for the IBEE Solutions cloud platform
5
5
  Author-email: IBEE Solutions <support@ibee.ai>
6
6
  License: MIT
@@ -14,7 +14,7 @@ Classifier: Environment :: Console
14
14
  Requires-Python: >=3.10
15
15
  Description-Content-Type: text/markdown
16
16
  License-File: LICENSE
17
- Requires-Dist: ibee>=0.1.2
17
+ Requires-Dist: ibee>=0.1.3
18
18
  Requires-Dist: typer>=0.12
19
19
  Requires-Dist: rich>=13.0
20
20
  Provides-Extra: dev
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ibee-cli"
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  description = "Official command-line interface for the IBEE Solutions cloud platform"
9
9
  readme = "README.md"
10
10
  license = {text = "MIT"}
@@ -19,7 +19,7 @@ classifiers = [
19
19
  "Environment :: Console",
20
20
  ]
21
21
  dependencies = [
22
- "ibee>=0.1.2",
22
+ "ibee>=0.1.3",
23
23
  "typer>=0.12",
24
24
  "rich>=13.0",
25
25
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ibee-cli
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Official command-line interface for the IBEE Solutions cloud platform
5
5
  Author-email: IBEE Solutions <support@ibee.ai>
6
6
  License: MIT
@@ -14,7 +14,7 @@ Classifier: Environment :: Console
14
14
  Requires-Python: >=3.10
15
15
  Description-Content-Type: text/markdown
16
16
  License-File: LICENSE
17
- Requires-Dist: ibee>=0.1.2
17
+ Requires-Dist: ibee>=0.1.3
18
18
  Requires-Dist: typer>=0.12
19
19
  Requires-Dist: rich>=13.0
20
20
  Provides-Extra: dev
@@ -1,4 +1,4 @@
1
- ibee>=0.1.2
1
+ ibee>=0.1.3
2
2
  typer>=0.12
3
3
  rich>=13.0
4
4
 
File without changes
File without changes
File without changes
File without changes
File without changes