auto-editor 29.0.5__tar.gz → 29.1.0__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.5
3
+ Version: 29.1.0
4
4
  Summary: Auto-Editor: Effort free video editing!
5
5
  Author-email: WyattBlue <wyattblue@auto-editor.com>
6
6
  License-Expression: Unlicense
@@ -0,0 +1 @@
1
+ __version__ = "29.1.0"
@@ -1,5 +1,3 @@
1
- """Main entry point for auto-editor when run as a module."""
2
-
3
1
  import platform
4
2
  import subprocess
5
3
  import sys
@@ -8,10 +6,7 @@ from pathlib import Path
8
6
 
9
7
  from . import __version__
10
8
 
11
- if __version__.startswith("29.0."):
12
- version = "29.0.0"
13
- else:
14
- version = __version__
9
+ version = __version__
15
10
 
16
11
 
17
12
  def get_binary_info():
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: auto-editor
3
- Version: 29.0.5
3
+ Version: 29.1.0
4
4
  Summary: Auto-Editor: Effort free video editing!
5
5
  Author-email: WyattBlue <wyattblue@auto-editor.com>
6
6
  License-Expression: Unlicense
@@ -3,7 +3,7 @@ requires = ["setuptools>=77"]
3
3
 
4
4
  [project]
5
5
  name = "auto-editor"
6
- version = "29.0.5"
6
+ version = "29.1.0"
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.5"
File without changes
File without changes
File without changes
File without changes