Skip to content

Commit

Permalink
Update version to 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bsteffensmeier committed Aug 29, 2019
1 parent 6285b1e commit 639f6cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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 - 2018 JEP AUTHORS.
Copyright (c) 2004 - 2019 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-SNAPSHOT</version>
<version>3.9.0</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/dev_3.9</url>
<url>https://github.com/ninia/jep/tree/v3.9.0</url>
</scm>

<properties>
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def read_file(name):
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
],
ext_modules=[
Expand Down

0 comments on commit 639f6cb

Please sign in to comment.