Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhm-ciberman committed Oct 29, 2022
1 parent 0d33cb8 commit 1c7f560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os


app_version = "0.1.0" # Any semver is fine
app_version = "1.0.0" # Any semver is fine
app_name = "Phantom Desktop"
app_description = "Phantom Desktop" # This is shown in the task manager so it should be short
app_repo_url = "https://github.com/jhm-ciberman/phantom-desktop"
Expand All @@ -11,7 +11,7 @@
app_log_file = "phantom-desktop.log"

# ModelsDownloader
models_release_tag = "v0.1.0"
models_release_tag = "v1.0.0"
models_zip_filename = "models.zip"
models_zip_url = f"{app_repo_url}/releases/download/{models_release_tag}/{models_zip_filename}"
models_local_folder = path.join(os.getcwd(), "models")
Expand Down

0 comments on commit 1c7f560

Please sign in to comment.