From d12f88a683c03b1601e947a4de2c8a84dd2f85e5 Mon Sep 17 00:00:00 2001 From: David Stirling Date: Thu, 28 Nov 2024 14:57:04 +0000 Subject: [PATCH] Bump to 4.2.80002 --- .github/workflows/release.yml | 6 +++--- cellprofiler/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ae989aaee..eee0a717d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,7 @@ jobs: run: | pyinstaller distribution/windows/cellprofiler.spec rm ./dist/CellProfiler/jvm.dll - iscc /dMyAppVersion="4.2.80001-ai" "distribution/windows/cellprofiler.iss" + iscc /dMyAppVersion="4.2.80002-ai" "distribution/windows/cellprofiler.iss" - if: startsWith(matrix.os, 'macos') name: MacOS pyinstaller build and package run: | @@ -91,13 +91,13 @@ jobs: uses: actions/upload-artifact@v4 name: MacOS tar upload with: - name: CellProfiler-macOS-4.2.80001-ai.tar.gz + name: CellProfiler-macOS-4.2.80002-ai.tar.gz path: ./dist/*.tar.gz - if: startsWith(matrix.os, 'windows') uses: actions/upload-artifact@v4 name: Windows artifact upload with: - name: CellProfiler-Windows-4.2.80001-ai.exe + name: CellProfiler-Windows-4.2.80002-ai.exe path: ./distribution/windows/Output/*.exe upload: name: upload diff --git a/cellprofiler/__init__.py b/cellprofiler/__init__.py index 9b37a08b65..1b6bc14d70 100644 --- a/cellprofiler/__init__.py +++ b/cellprofiler/__init__.py @@ -1,3 +1,3 @@ __test__ = False -__version__ = "4.2.80001" +__version__ = "4.2.80002"