liveConsole 1.3.0__tar.gz → 1.3.1__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.
- {liveconsole-1.3.0/src/liveConsole.egg-info → liveconsole-1.3.1}/PKG-INFO +1 -1
- {liveconsole-1.3.0 → liveconsole-1.3.1}/pyproject.toml +1 -1
- {liveconsole-1.3.0 → liveconsole-1.3.1/src/liveConsole.egg-info}/PKG-INFO +1 -1
- {liveconsole-1.3.0 → liveconsole-1.3.1}/src/liveConsole.py +1 -1
- {liveconsole-1.3.0 → liveconsole-1.3.1}/LICENSE +0 -0
- {liveconsole-1.3.0 → liveconsole-1.3.1}/README.md +0 -0
- {liveconsole-1.3.0 → liveconsole-1.3.1}/setup.cfg +0 -0
- {liveconsole-1.3.0 → liveconsole-1.3.1}/src/__init__.py +0 -0
- {liveconsole-1.3.0 → liveconsole-1.3.1}/src/liveConsole.egg-info/SOURCES.txt +0 -0
- {liveconsole-1.3.0 → liveconsole-1.3.1}/src/liveConsole.egg-info/dependency_links.txt +0 -0
- {liveconsole-1.3.0 → liveconsole-1.3.1}/src/liveConsole.egg-info/requires.txt +0 -0
- {liveconsole-1.3.0 → liveconsole-1.3.1}/src/liveConsole.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "liveConsole"
|
3
|
-
version = "1.3.
|
3
|
+
version = "1.3.1"
|
4
4
|
description = "An IDLE-like debugger to allow for real-time command injection for debugging and testing python code"
|
5
5
|
authors = [{ name="Tzur Soffer", email="tzur.soffer@gmail.com" }]
|
6
6
|
license = {text = "MIT"}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|