auto-editor 29.0.3__tar.gz → 29.0.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: auto-editor
3
- Version: 29.0.3
3
+ Version: 29.0.5
4
4
  Summary: Auto-Editor: Effort free video editing!
5
5
  Author-email: WyattBlue <wyattblue@auto-editor.com>
6
6
  License-Expression: Unlicense
@@ -163,13 +163,6 @@ List all available options:
163
163
  auto-editor --help
164
164
  ```
165
165
 
166
- Use `--help` with a specific option to learn more about it:
167
-
168
- ```
169
- auto-editor -c:v --help
170
- auto-editor --margin --help
171
- ```
172
-
173
166
  <h3 align="center">Auto-Editor is available on all major platforms</h3>
174
167
  <p align="center"><img src="https://auto-editor.com/img/cross-platform.webp" width="500" title="Windows, MacOS, and Linux"></p>
175
168
 
@@ -148,13 +148,6 @@ List all available options:
148
148
  auto-editor --help
149
149
  ```
150
150
 
151
- Use `--help` with a specific option to learn more about it:
152
-
153
- ```
154
- auto-editor -c:v --help
155
- auto-editor --margin --help
156
- ```
157
-
158
151
  <h3 align="center">Auto-Editor is available on all major platforms</h3>
159
152
  <p align="center"><img src="https://auto-editor.com/img/cross-platform.webp" width="500" title="Windows, MacOS, and Linux"></p>
160
153
 
@@ -0,0 +1 @@
1
+ __version__ = "29.0.5"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: auto-editor
3
- Version: 29.0.3
3
+ Version: 29.0.5
4
4
  Summary: Auto-Editor: Effort free video editing!
5
5
  Author-email: WyattBlue <wyattblue@auto-editor.com>
6
6
  License-Expression: Unlicense
@@ -163,13 +163,6 @@ List all available options:
163
163
  auto-editor --help
164
164
  ```
165
165
 
166
- Use `--help` with a specific option to learn more about it:
167
-
168
- ```
169
- auto-editor -c:v --help
170
- auto-editor --margin --help
171
- ```
172
-
173
166
  <h3 align="center">Auto-Editor is available on all major platforms</h3>
174
167
  <p align="center"><img src="https://auto-editor.com/img/cross-platform.webp" width="500" title="Windows, MacOS, and Linux"></p>
175
168
 
@@ -3,7 +3,7 @@ requires = ["setuptools>=77"]
3
3
 
4
4
  [project]
5
5
  name = "auto-editor"
6
- version = "29.0.3"
6
+ version = "29.0.5"
7
7
  description = "Auto-Editor: Effort free video editing!"
8
8
  readme = "README.md"
9
9
  license = "Unlicense"
@@ -1 +0,0 @@
1
- __version__ = "29.0.3"
File without changes
File without changes
File without changes