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.
- {auto_editor-29.0.5 → auto_editor-29.1.0}/PKG-INFO +1 -1
- auto_editor-29.1.0/auto_editor/__init__.py +1 -0
- {auto_editor-29.0.5 → auto_editor-29.1.0}/auto_editor/__main__.py +1 -6
- {auto_editor-29.0.5 → auto_editor-29.1.0}/auto_editor.egg-info/PKG-INFO +1 -1
- {auto_editor-29.0.5 → auto_editor-29.1.0}/pyproject.toml +1 -1
- auto_editor-29.0.5/auto_editor/__init__.py +0 -1
- {auto_editor-29.0.5 → auto_editor-29.1.0}/LICENSE +0 -0
- {auto_editor-29.0.5 → auto_editor-29.1.0}/README.md +0 -0
- {auto_editor-29.0.5 → auto_editor-29.1.0}/auto_editor.egg-info/SOURCES.txt +0 -0
- {auto_editor-29.0.5 → auto_editor-29.1.0}/auto_editor.egg-info/dependency_links.txt +0 -0
- {auto_editor-29.0.5 → auto_editor-29.1.0}/auto_editor.egg-info/entry_points.txt +0 -0
- {auto_editor-29.0.5 → auto_editor-29.1.0}/auto_editor.egg-info/top_level.txt +0 -0
- {auto_editor-29.0.5 → auto_editor-29.1.0}/setup.cfg +0 -0
- {auto_editor-29.0.5 → auto_editor-29.1.0}/tests/test.py +0 -0
@@ -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
|
-
|
12
|
-
version = "29.0.0"
|
13
|
-
else:
|
14
|
-
version = __version__
|
9
|
+
version = __version__
|
15
10
|
|
16
11
|
|
17
12
|
def get_binary_info():
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "29.0.5"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|