diff --git a/docker_setup/uniquebible/Dockerfile_ubhttp b/docker_setup/uniquebible/Dockerfile_ubhttp index 9af252094..4f3fdc8ea 100644 --- a/docker_setup/uniquebible/Dockerfile_ubhttp +++ b/docker_setup/uniquebible/Dockerfile_ubhttp @@ -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 && \ diff --git a/setup.py b/setup.py index 9892919bb..fba694730 100644 --- a/setup.py +++ b/setup.py @@ -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, diff --git a/uniquebible/__init__.py b/uniquebible/__init__.py index bcf2f7163..afc56f221 100644 --- a/uniquebible/__init__.py +++ b/uniquebible/__init__.py @@ -26,6 +26,7 @@ exec(configs, globals()) # copy backup configs copy(backupFile, configFile) + config.enabled = [] print("Previous configurations restored!") except: try: diff --git a/uniquebible/latest_changes.txt b/uniquebible/latest_changes.txt index 8439c824b..aaa485506 100755 --- a/uniquebible/latest_changes.txt +++ b/uniquebible/latest_changes.txt @@ -1,5 +1,9 @@ PIP package: +0.2.0 + +* fixed fresh installation + 0.1.99 * improved display of CHAT::: output