raised version to 1.5.1 due to fixes in pre_loading
Some checks reported warnings
Package Release / package (ubuntu-latest) (push) Has been cancelled
Package Release / package (windows-latest) (push) Has been cancelled

This commit is contained in:
Pakobbix 2023-05-23 18:33:34 +02:00
parent 39b2f0c54d
commit c8ed510030
2 changed files with 2 additions and 2 deletions

View File

@ -34,5 +34,5 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}-binary-v1.5
name: ${{ matrix.os }}-binary-v1.5.1
path: dist

View File

@ -4,7 +4,7 @@ from PyQt5.QtCore import Qt
from PyQt5.QtGui import QDoubleValidator, QIntValidator
# For showing the current version and checking for updates
version = "1.5"
version = "1.5.1"
# Profile folder for loading and saving profiles.
profiles_folder = "./profiles"