We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acffc7b + ca51c7b commit c98fb9eCopy full SHA for c98fb9e
.travis.yml
@@ -10,7 +10,7 @@ deploy:
10
dist: trusty
11
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
12
jdk:
13
- - openjdk10
+ - openjdk11
14
language: python
15
script: mvn test -B
16
sudo: required
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>org.cellprofiler</groupId>
6
<artifactId>prokaryote</artifactId>
7
- <version>2.4.0</version>
+ <version>2.4.1</version>
8
<dependencies>
9
<dependency>
<groupId>org.apache.commons</groupId>
prokaryote/__init__.py
@@ -1 +1 @@
1
-__version__ = "2.4.0"
+__version__ = "2.4.1"
0 commit comments