vcursor-cli 1.0.13__tar.gz → 1.0.14__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: vcursor-cli
3
- Version: 1.0.13
3
+ Version: 1.0.14
4
4
  Summary: VCursor SDK & CLI - Generate videos from text, images, and URLs using AI
5
5
  Author-email: Julius <support@vcursor.com>
6
6
  License: MIT
@@ -33,7 +33,7 @@ Generate videos from text, images, and URLs using AI.
33
33
  ## Installation
34
34
 
35
35
  ```bash
36
- pip install vcursor
36
+ pip install vcursor-cli
37
37
  ```
38
38
 
39
39
  ## Quick Start
@@ -5,7 +5,7 @@ Generate videos from text, images, and URLs using AI.
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- pip install vcursor
8
+ pip install vcursor-cli
9
9
  ```
10
10
 
11
11
  ## Quick Start
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "vcursor-cli"
7
- version = "1.0.13"
7
+ version = "1.0.14"
8
8
  description = "VCursor SDK & CLI - Generate videos from text, images, and URLs using AI"
9
9
  readme = "README.md"
10
10
  license = {text = "MIT"}
@@ -11,7 +11,7 @@ from vcursor.types import (
11
11
  ConcurrencyStatus,
12
12
  )
13
13
 
14
- __version__ = "1.0.0"
14
+ __version__ = "1.0.14"
15
15
  __all__ = [
16
16
  "VCursor",
17
17
  "VCursorAsync",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vcursor-cli
3
- Version: 1.0.13
3
+ Version: 1.0.14
4
4
  Summary: VCursor SDK & CLI - Generate videos from text, images, and URLs using AI
5
5
  Author-email: Julius <support@vcursor.com>
6
6
  License: MIT
@@ -33,7 +33,7 @@ Generate videos from text, images, and URLs using AI.
33
33
  ## Installation
34
34
 
35
35
  ```bash
36
- pip install vcursor
36
+ pip install vcursor-cli
37
37
  ```
38
38
 
39
39
  ## Quick Start
File without changes
File without changes