Skip to content

Commit 0a2b234

Browse files
authored
Merge pull request #84 from TissueEngineeringLab/release/1.1.1
Update version from 1.1.0.post1 to 1.1.1
2 parents 9079e62 + 7696c38 commit 0a2b234

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "myofinder"
77
dynamic = ["readme", "dependencies"]
8-
version = "1.1.0.post1"
8+
version = "1.1.1"
99
description = "Automatic calculation of the fusion index by AI segmentation"
1010
license = "GPL-3.0-or-later"
1111
license-files = ["LICENSE"]

src/myofinder/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# coding: utf-8
22

3-
__version__ = '1.1.0.post1'
3+
__version__ = '1.1.1'

src/wix/myofinder.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Scope="perUser"
1616
ShortNames="no"
1717
UpgradeCode="D3F780C0-8A53-44E1-81EB-570D9AE61393"
18-
Version="1.1.0-post1">
18+
Version="1.1.1">
1919

2020
<!-- More information about the installer -->
2121
<SummaryInformation
@@ -35,7 +35,7 @@
3535
<!-- Default fields -->
3636
<Property
3737
Id="DiskPrompt"
38-
Value="MyoFInDer 1.1.0-post1 Installation [1]" />
38+
Value="MyoFInDer 1.1.1 Installation [1]" />
3939

4040
<!-- List of the features to install -->
4141
<Feature

0 commit comments

Comments
 (0)