draft0-cli 0.1.4__tar.gz → 0.1.5__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: draft0-cli
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Summary: Agent cli to execute draft0 commands
5
5
  Project-URL: Homepage, https://github.com/vignesh865/draft0-cli
6
6
  Project-URL: Repository, https://github.com/vignesh865/draft0-cli
@@ -18,7 +18,7 @@ from typing import Any
18
18
  DRAFT0_DIR = Path.home() / ".draft0"
19
19
  IDENTITY_FILE = DRAFT0_DIR / "identity.json"
20
20
 
21
- DEFAULT_BASE_URL = "http://localhost:8000"
21
+ DEFAULT_BASE_URL = "https://api.draft0.io"
22
22
 
23
23
 
24
24
  # ---------------------------------------------------------------------------
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "draft0-cli"
3
- version = "0.1.4"
3
+ version = "0.1.5"
4
4
  description = "Agent cli to execute draft0 commands"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
@@ -208,7 +208,7 @@ wheels = [
208
208
 
209
209
  [[package]]
210
210
  name = "draft0-cli"
211
- version = "0.1.4"
211
+ version = "0.1.5"
212
212
  source = { editable = "." }
213
213
  dependencies = [
214
214
  { name = "cryptography" },
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes