exemplar-cli 0.1.7__tar.gz → 0.1.8__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.1
2
2
  Name: exemplar-cli
3
- Version: 0.1.7
3
+ Version: 0.1.8
4
4
  Summary: Exemplar terminal CLI for skills, prompts, gateway catalog, and memory
5
5
  License: LicenseRef-Proprietary
6
6
  Author: Exemplar Dev LLC
@@ -10,7 +10,7 @@ Classifier: Programming Language :: Python :: 3
10
10
  Classifier: Programming Language :: Python :: 3.10
11
11
  Classifier: Programming Language :: Python :: 3.11
12
12
  Classifier: Programming Language :: Python :: 3.12
13
- Requires-Dist: exemplar-core (>=0.1.6,<0.2)
13
+ Requires-Dist: exemplar-core (>=0.1.7,<0.2)
14
14
  Description-Content-Type: text/markdown
15
15
 
16
16
  # exemplar-cli
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "exemplar-cli"
3
- version = "0.1.7"
3
+ version = "0.1.8"
4
4
  description = "Exemplar terminal CLI for skills, prompts, gateway catalog, and memory"
5
5
  authors = ["Exemplar Dev LLC"]
6
6
  license = "LicenseRef-Proprietary"
@@ -9,7 +9,7 @@ packages = [{ include = "exemplar_cli" }]
9
9
 
10
10
  [tool.poetry.dependencies]
11
11
  python = ">=3.10,<4.0"
12
- exemplar-core = ">=0.1.6,<0.2"
12
+ exemplar-core = ">=0.1.7,<0.2"
13
13
 
14
14
  [tool.poetry.scripts]
15
15
  exemplar = "exemplar_cli.main:main"
File without changes