memoryframes 0.6.6__tar.gz → 0.6.7__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.
- {memoryframes-0.6.6 → memoryframes-0.6.7}/PKG-INFO +1 -1
- {memoryframes-0.6.6 → memoryframes-0.6.7}/pyproject.toml +1 -1
- {memoryframes-0.6.6 → memoryframes-0.6.7}/README.md +0 -0
- {memoryframes-0.6.6 → memoryframes-0.6.7}/src/MemoryFrames/AppState.py +0 -0
- {memoryframes-0.6.6 → memoryframes-0.6.7}/src/MemoryFrames/PluginInfra/Note.py +0 -0
- {memoryframes-0.6.6 → memoryframes-0.6.7}/src/MemoryFrames/PluginInfra/NoteSource.py +0 -0
- {memoryframes-0.6.6 → memoryframes-0.6.7}/src/MemoryFrames/PluginInfra/Plugin.py +0 -0
- {memoryframes-0.6.6 → memoryframes-0.6.7}/src/MemoryFrames/PluginInfra/README.md +0 -0
- {memoryframes-0.6.6 → memoryframes-0.6.7}/src/MemoryFrames/PluginInfra/Settings.py +0 -0
- {memoryframes-0.6.6 → memoryframes-0.6.7}/src/MemoryFrames/PluginInfra/TextualUserExperienceInfo.py +0 -0
- {memoryframes-0.6.6 → memoryframes-0.6.7}/src/MemoryFrames/PluginInfra/UserExperienceInfo.py +0 -0
- {memoryframes-0.6.6 → memoryframes-0.6.7}/src/MemoryFrames/PluginInfra/__init__.py +0 -0
- {memoryframes-0.6.6 → memoryframes-0.6.7}/src/MemoryFrames/TextualUserExperience.py +0 -0
- {memoryframes-0.6.6 → memoryframes-0.6.7}/src/MemoryFrames/TextualUserExperience.tcss +0 -0
- {memoryframes-0.6.6 → memoryframes-0.6.7}/src/MemoryFrames/__init__.py +0 -0
- {memoryframes-0.6.6 → memoryframes-0.6.7}/src/MemoryFrames/__main__.py +0 -0
- {memoryframes-0.6.6 → memoryframes-0.6.7}/src/MemoryFrames/py.typed +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "MemoryFrames"
|
|
3
|
-
version = "0.6.
|
|
3
|
+
version = "0.6.7"
|
|
4
4
|
# ^^^^^
|
|
5
5
|
# Wheel names will be generated according to this value. Do not manually modify this value; instead
|
|
6
6
|
# update it according to committed changes by running this command from the root of the repository:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{memoryframes-0.6.6 → memoryframes-0.6.7}/src/MemoryFrames/PluginInfra/TextualUserExperienceInfo.py
RENAMED
|
File without changes
|
{memoryframes-0.6.6 → memoryframes-0.6.7}/src/MemoryFrames/PluginInfra/UserExperienceInfo.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|