Skip to content

Commit

Permalink
Bump to 4.2.80002
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidStirling committed Nov 28, 2024
1 parent 24ea990 commit d12f88a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cellprofiler/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__test__ = False

__version__ = "4.2.80001"
__version__ = "4.2.80002"

0 comments on commit d12f88a

Please sign in to comment.