Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
CorwinAnsley committed Sep 13, 2024
2 parents 9345e8f + 9b02c10 commit 05b5241
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion artifice/artifice_core/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion artifice/linux_build/linux_dist_files/piranhaGUI/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: piranhaGUI
Version: 1.5.6
Version: 1.5.7
Architecture: amd64
Maintainer: Corey Ansley <[email protected]>
Description: Graphical interface for bioinformatics tools
2 changes: 1 addition & 1 deletion artifice/linux_build/version_number
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

VERSION_NUMBER=1.5.6
VERSION_NUMBER=1.5.7
4 changes: 2 additions & 2 deletions artifice/mac_build/pyinstaller_build/piranhaGUI.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
)
4 changes: 2 additions & 2 deletions artifice/windows_build/dist/piranhaGUI_installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

[Setup]
AppName=piranhaGUI
AppVersion=1.5.6
AppVersion=1.5.7
WizardStyle=modern
DefaultDirName={autopf}\piranhaGUI
DefaultGroupName=piranhaGUI
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";
Expand Down

0 comments on commit 05b5241

Please sign in to comment.