From 9b02c10d556f7e410ff5c8976b354d84f30d6889 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 12 Sep 2024 18:14:27 +0000 Subject: [PATCH] incrementing version number --- artifice/artifice_core/consts.py | 2 +- artifice/linux_build/linux_dist_files/piranhaGUI/control | 2 +- artifice/linux_build/version_number | 2 +- artifice/mac_build/pyinstaller_build/piranhaGUI.spec | 4 ++-- artifice/windows_build/dist/piranhaGUI_installer.iss | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/artifice/artifice_core/consts.py b/artifice/artifice_core/consts.py index 11a5970..3225b8c 100644 --- a/artifice/artifice_core/consts.py +++ b/artifice/artifice_core/consts.py @@ -187,7 +187,7 @@ def get_resource(filepath): RAMPART_VERSION = None PIRANHA_VERSION = None -PIRANHA_GUI_VERSION = '1.5.6' +PIRANHA_GUI_VERSION = '1.5.7' config = None #LOGFILE = None diff --git a/artifice/linux_build/linux_dist_files/piranhaGUI/control b/artifice/linux_build/linux_dist_files/piranhaGUI/control index 2b15580..7a0f9f9 100644 --- a/artifice/linux_build/linux_dist_files/piranhaGUI/control +++ b/artifice/linux_build/linux_dist_files/piranhaGUI/control @@ -1,5 +1,5 @@ Package: piranhaGUI -Version: 1.5.6 +Version: 1.5.7 Architecture: amd64 Maintainer: Corey Ansley Description: Graphical interface for bioinformatics tools diff --git a/artifice/linux_build/version_number b/artifice/linux_build/version_number index 8428f8c..a595e3a 100644 --- a/artifice/linux_build/version_number +++ b/artifice/linux_build/version_number @@ -1,3 +1,3 @@ #!/bin/bash -VERSION_NUMBER=1.5.6 \ No newline at end of file +VERSION_NUMBER=1.5.7 \ No newline at end of file diff --git a/artifice/mac_build/pyinstaller_build/piranhaGUI.spec b/artifice/mac_build/pyinstaller_build/piranhaGUI.spec index e0f59f9..bb65fb0 100644 --- a/artifice/mac_build/pyinstaller_build/piranhaGUI.spec +++ b/artifice/mac_build/pyinstaller_build/piranhaGUI.spec @@ -26,7 +26,7 @@ exe = EXE( a.scripts, [], exclude_binaries=True, - name='piranhaGUIv1.5.6', + name='piranhaGUIv1.5.7', debug=False, bootloader_ignore_signals=False, strip=False, @@ -51,7 +51,7 @@ coll = COLLECT( ) app = BUNDLE( coll, - name='piranhaGUIv1.5.6.app', + name='piranhaGUIv1.5.7.app', icon='../../resources/piranha_resized.icns', bundle_identifier=None, ) diff --git a/artifice/windows_build/dist/piranhaGUI_installer.iss b/artifice/windows_build/dist/piranhaGUI_installer.iss index 0fc90a3..01a3f47 100644 --- a/artifice/windows_build/dist/piranhaGUI_installer.iss +++ b/artifice/windows_build/dist/piranhaGUI_installer.iss @@ -4,7 +4,7 @@ [Setup] AppName=piranhaGUI -AppVersion=1.5.6 +AppVersion=1.5.7 WizardStyle=modern DefaultDirName={autopf}\piranhaGUI DefaultGroupName=piranhaGUI @@ -12,7 +12,7 @@ UninstallDisplayIcon={app}\.exe Compression=lzma2 SolidCompression=yes OutputDir=.\installer -OutputBaseFilename=piranhaGUIv1.5.6_installer_windows +OutputBaseFilename=piranhaGUIv1.5.7_installer_windows [Tasks] Name: desktopicon; Description: "Create a &desktop icon";