mirror of
https://github.com/Pakobbix/StartUI-oobabooga-webui
synced 2025-11-09 18:39:40 +00:00
raised version to 1.5.1 due to fixes in pre_loading
This commit is contained in:
parent
39b2f0c54d
commit
c8ed510030
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
@ -34,5 +34,5 @@ jobs:
|
|||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.os }}-binary-v1.5
|
name: ${{ matrix.os }}-binary-v1.5.1
|
||||||
path: dist
|
path: dist
|
||||||
@ -4,7 +4,7 @@ from PyQt5.QtCore import Qt
|
|||||||
from PyQt5.QtGui import QDoubleValidator, QIntValidator
|
from PyQt5.QtGui import QDoubleValidator, QIntValidator
|
||||||
|
|
||||||
# For showing the current version and checking for updates
|
# For showing the current version and checking for updates
|
||||||
version = "1.5"
|
version = "1.5.1"
|
||||||
|
|
||||||
# Profile folder for loading and saving profiles.
|
# Profile folder for loading and saving profiles.
|
||||||
profiles_folder = "./profiles"
|
profiles_folder = "./profiles"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user