Skip to content

Commit

Permalink
Update version to 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bsteffensmeier committed Feb 18, 2020
1 parent 47e919b commit 40e5ea6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2004 - 2019 JEP AUTHORS.
Copyright (c) 2004 - 2020 JEP AUTHORS.

This file is licenced under the the zlib/libpng License.

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>black.ninia</groupId>
<artifactId>jep</artifactId>
<version>3.9.0</version>
<version>3.9.1</version>
<packaging>jar</packaging>

<name>Java Embedded Python</name>
Expand Down Expand Up @@ -39,7 +39,7 @@
<scm>
<connection>scm:git:git://github.com/ninia/jep.git</connection>
<developerConnection>scm:git:ssh://github.com:ninia/jep.git</developerConnection>
<url>https://github.com/ninia/jep/tree/v3.9.0</url>
<url>https://github.com/ninia/jep/tree/v3.9.1</url>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/python/jep/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
# distribution.
#

__VERSION__ = '3.9.0'
__VERSION__ = '3.9.1'
VERSION = __VERSION__

0 comments on commit 40e5ea6

Please sign in to comment.