Skip to content

Commit

Permalink
fixed startup
Browse files Browse the repository at this point in the history
  • Loading branch information
eliranwong committed Nov 21, 2024
1 parent 701baa2 commit 41bfa57
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker_setup/uniquebible/Dockerfile_ubhttp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN \
python3 -m venv uba && \
. uba/bin/activate && \
pip install --upgrade pip && \
pip install --upgrade --no-cache-dir uniquebible==0.1.98
pip install --upgrade --no-cache-dir uniquebible==0.2.0
# Run stream mode once to set up UniqueBible App for non-gui modes
RUN \
. uba/bin/activate && \
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/
setup(
name=package,
version="0.1.99",
version="0.2.0",
python_requires=">=3.8, <3.13",
description=f"UniqueBible App is a cross-platform & offline bible application, integrated with high-quality resources and unique features. Developers: Eliran Wong and Oliver Tseng",
long_description=long_description,
Expand Down
1 change: 1 addition & 0 deletions uniquebible/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
exec(configs, globals())
# copy backup configs
copy(backupFile, configFile)
config.enabled = []
print("Previous configurations restored!")
except:
try:
Expand Down
4 changes: 4 additions & 0 deletions uniquebible/latest_changes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
PIP package:

0.2.0

* fixed fresh installation

0.1.99

* improved display of CHAT::: output
Expand Down

0 comments on commit 41bfa57

Please sign in to comment.