Skip to content

Commit

Permalink
Merge pull request #29 from CellProfiler/releases/2.2.0
Browse files Browse the repository at this point in the history
2.2.0
  • Loading branch information
mcquin authored Sep 5, 2017
2 parents 67fd091 + feab17f commit 87ae57f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dependency>
<groupId>ome</groupId>
<artifactId>formats-api</artifactId>
<version>5.5.3</version>
<version>5.7.0</version>
<exclusions>
<exclusion>
<groupId>org.openmicroscopy</groupId>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>ome</groupId>
<artifactId>formats-gpl</artifactId>
<version>5.5.3</version>
<version>5.7.0</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand Down Expand Up @@ -122,7 +122,7 @@
<dependency>
<groupId>ome</groupId>
<artifactId>formats-bsd</artifactId>
<version>5.5.3</version>
<version>5.7.0</version>
<exclusions>
<exclusion>
<groupId>ome</groupId>
Expand Down Expand Up @@ -248,7 +248,7 @@
<version>10.4.1</version>
</parent>
<properties>
<bio-formats.version>5.1.7</bio-formats.version>
<bio-formats.version>5.7.0</bio-formats.version>
</properties>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion prokaryote/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.2"
__version__ = "2.2.0"

0 comments on commit 87ae57f

Please sign in to comment.