Skip to content

Commit 87ae57f

Browse files
authored
Merge pull request #29 from CellProfiler/releases/2.2.0
2.2.0
2 parents 67fd091 + feab17f commit 87ae57f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>ome</groupId>
1616
<artifactId>formats-api</artifactId>
17-
<version>5.5.3</version>
17+
<version>5.7.0</version>
1818
<exclusions>
1919
<exclusion>
2020
<groupId>org.openmicroscopy</groupId>
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>ome</groupId>
3131
<artifactId>formats-gpl</artifactId>
32-
<version>5.5.3</version>
32+
<version>5.7.0</version>
3333
<exclusions>
3434
<exclusion>
3535
<groupId>commons-logging</groupId>
@@ -122,7 +122,7 @@
122122
<dependency>
123123
<groupId>ome</groupId>
124124
<artifactId>formats-bsd</artifactId>
125-
<version>5.5.3</version>
125+
<version>5.7.0</version>
126126
<exclusions>
127127
<exclusion>
128128
<groupId>ome</groupId>
@@ -248,7 +248,7 @@
248248
<version>10.4.1</version>
249249
</parent>
250250
<properties>
251-
<bio-formats.version>5.1.7</bio-formats.version>
251+
<bio-formats.version>5.7.0</bio-formats.version>
252252
</properties>
253253
<build>
254254
<plugins>

prokaryote/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.2"
1+
__version__ = "2.2.0"

0 commit comments

Comments
 (0)