Skip to content

Commit

Permalink
Merge pull request #32 from CellProfiler/bioformats/5.7.1
Browse files Browse the repository at this point in the history
Upgrade to BioFormats 5.7.1
  • Loading branch information
mcquin authored Sep 20, 2017
2 parents cfeb877 + 0f50c64 commit dfb771e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cellprofiler</groupId>
<artifactId>prokaryote</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>ome</groupId>
<artifactId>formats-api</artifactId>
<version>5.7.0</version>
<version>5.7.1</version>
<exclusions>
<exclusion>
<groupId>org.openmicroscopy</groupId>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>ome</groupId>
<artifactId>formats-gpl</artifactId>
<version>5.7.0</version>
<version>5.7.1</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.7.0</version>
<version>5.7.1</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.7.0</bio-formats.version>
<bio-formats.version>5.7.1</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.3.0"
__version__ = "2.3.1"

0 comments on commit dfb771e

Please sign in to comment.