Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "myofinder"
dynamic = ["readme", "dependencies"]
version = "1.1.0.post1"
version = "1.1.1"
description = "Automatic calculation of the fusion index by AI segmentation"
license = "GPL-3.0-or-later"
license-files = ["LICENSE"]
Expand Down
2 changes: 1 addition & 1 deletion src/myofinder/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# coding: utf-8

__version__ = '1.1.0.post1'
__version__ = '1.1.1'
4 changes: 2 additions & 2 deletions src/wix/myofinder.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Scope="perUser"
ShortNames="no"
UpgradeCode="D3F780C0-8A53-44E1-81EB-570D9AE61393"
Version="1.1.0-post1">
Version="1.1.1">

<!-- More information about the installer -->
<SummaryInformation
Expand All @@ -35,7 +35,7 @@
<!-- Default fields -->
<Property
Id="DiskPrompt"
Value="MyoFInDer 1.1.0-post1 Installation [1]" />
Value="MyoFInDer 1.1.1 Installation [1]" />

<!-- List of the features to install -->
<Feature
Expand Down
Loading