biblemate 0.2.59__tar.gz → 0.2.60__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.
- {biblemate-0.2.59 → biblemate-0.2.60}/PKG-INFO +1 -1
- {biblemate-0.2.59 → biblemate-0.2.60}/biblemate/requirements.txt +1 -1
- biblemate-0.2.60/biblemate/version.txt +1 -0
- {biblemate-0.2.59 → biblemate-0.2.60}/biblemate.egg-info/PKG-INFO +1 -1
- {biblemate-0.2.59 → biblemate-0.2.60}/biblemate.egg-info/requires.txt +1 -1
- {biblemate-0.2.59 → biblemate-0.2.60}/setup.py +1 -1
- biblemate-0.2.59/biblemate/version.txt +0 -1
- {biblemate-0.2.59 → biblemate-0.2.60}/biblemate/README.md +0 -0
- {biblemate-0.2.59 → biblemate-0.2.60}/biblemate/__init__.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.60}/biblemate/api/add_vector.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.60}/biblemate/api/api.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.60}/biblemate/api/bible.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.60}/biblemate/api/dialogs.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.60}/biblemate/api/search.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.60}/biblemate/bible_study_mcp.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.60}/biblemate/biblematemcp.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.60}/biblemate/config.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.60}/biblemate/core/systems.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.60}/biblemate/etextedit/README.md +0 -0
- {biblemate-0.2.59 → biblemate-0.2.60}/biblemate/etextedit/plugins/Extract Bible References.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.60}/biblemate/etextedit/plugins/Insert Bible Text.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.60}/biblemate/main.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.60}/biblemate/package_name.txt +0 -0
- {biblemate-0.2.59 → biblemate-0.2.60}/biblemate/ui/info.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.60}/biblemate/ui/prompts.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.60}/biblemate/ui/selection_dialog.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.60}/biblemate/ui/text_area.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.60}/biblemate.egg-info/SOURCES.txt +0 -0
- {biblemate-0.2.59 → biblemate-0.2.60}/biblemate.egg-info/dependency_links.txt +0 -0
- {biblemate-0.2.59 → biblemate-0.2.60}/biblemate.egg-info/entry_points.txt +0 -0
- {biblemate-0.2.59 → biblemate-0.2.60}/biblemate.egg-info/top_level.txt +0 -0
- {biblemate-0.2.59 → biblemate-0.2.60}/setup.cfg +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.2.60
|
|
@@ -2,7 +2,7 @@ from setuptools import setup
|
|
|
2
2
|
from setuptools.command.install import install
|
|
3
3
|
import os, shutil, platform, sys
|
|
4
4
|
|
|
5
|
-
version = "0.2.
|
|
5
|
+
version = "0.2.60"
|
|
6
6
|
with open(os.path.join("biblemate", "version.txt"), "w", encoding="utf-8") as fileObj:
|
|
7
7
|
fileObj.write(version)
|
|
8
8
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.2.59
|
|
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
|
{biblemate-0.2.59 → biblemate-0.2.60}/biblemate/etextedit/plugins/Extract Bible References.py
RENAMED
|
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
|