runem 0.0.3__tar.gz → 0.0.4__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.
- {runem-0.0.3 → runem-0.0.4}/HISTORY.md +6 -0
- {runem-0.0.3 → runem-0.0.4}/PKG-INFO +1 -1
- runem-0.0.4/runem/VERSION +1 -0
- {runem-0.0.3 → runem-0.0.4}/runem.egg-info/PKG-INFO +1 -1
- {runem-0.0.3 → runem-0.0.4}/runem.egg-info/SOURCES.txt +1 -1
- runem-0.0.3/runem/VERSION +0 -1
- {runem-0.0.3 → runem-0.0.4}/Containerfile +0 -0
- {runem-0.0.3 → runem-0.0.4}/LICENSE +0 -0
- {runem-0.0.3 → runem-0.0.4}/MANIFEST.in +0 -0
- {runem-0.0.3 → runem-0.0.4}/README.md +0 -0
- {runem-0.0.3 → runem-0.0.4}/runem/__init__.py +0 -0
- {runem-0.0.3 → runem-0.0.4}/runem/__main__.py +0 -0
- {runem-0.0.3 → runem-0.0.4}/runem/base.py +0 -0
- {runem-0.0.3 → runem-0.0.4}/runem/cli.py +0 -0
- {runem-0.0.3 → runem-0.0.4/runem}/py.typed +0 -0
- {runem-0.0.3 → runem-0.0.4}/runem/run_command.py +0 -0
- {runem-0.0.3 → runem-0.0.4}/runem/runem.py +0 -0
- {runem-0.0.3 → runem-0.0.4}/runem.egg-info/dependency_links.txt +0 -0
- {runem-0.0.3 → runem-0.0.4}/runem.egg-info/entry_points.txt +0 -0
- {runem-0.0.3 → runem-0.0.4}/runem.egg-info/requires.txt +0 -0
- {runem-0.0.3 → runem-0.0.4}/runem.egg-info/top_level.txt +0 -0
- {runem-0.0.3 → runem-0.0.4}/scripts/__init__.py +0 -0
- {runem-0.0.3 → runem-0.0.4}/setup.cfg +0 -0
- {runem-0.0.3 → runem-0.0.4}/setup.py +0 -0
- {runem-0.0.3 → runem-0.0.4}/tests/__init__.py +0 -0
- {runem-0.0.3 → runem-0.0.4}/tests/conftest.py +0 -0
- {runem-0.0.3 → runem-0.0.4}/tests/test_base.py +0 -0
@@ -4,6 +4,12 @@ Changelog
|
|
4
4
|
|
5
5
|
(unreleased)
|
6
6
|
------------
|
7
|
+
- Chore(typing): moves py.typed into package src dir. [Frank Harrison]
|
8
|
+
|
9
|
+
|
10
|
+
0.0.3 (2023-11-27)
|
11
|
+
------------------
|
12
|
+
- Release: version 0.0.3 🚀 [Frank Harrison]
|
7
13
|
- Chore(typing): adds the py.typed to the manifest. [Frank Harrison]
|
8
14
|
|
9
15
|
|
@@ -0,0 +1 @@
|
|
1
|
+
0.0.4
|
runem-0.0.3/runem/VERSION
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
0.0.3
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|