Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit 22f4610

Browse files
committed
version 0.9
1 parent bd8186b commit 22f4610

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
jpy Changelog
33
*************
44

5-
Version 0.9 (dev)
6-
=================
5+
Version 0.9
6+
===========
77

88
This version includes a number of contributions from supportive GitHub users. Thanks to all of you!
99

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ It comes with a number of outstanding features:
2020
* Java arrays translate into Python sequence objects
2121
* Java API for accessing Python objects (`jpy.jar`)
2222

23-
jpy has been tested with Python 2.7, 3.3, 3.4 and Oracle Java 7 and 8 JDKs.
23+
jpy has been tested with Python 2.7, 3.3-3.6 and Oracle Java 7 and 8 JDKs.
2424

2525
The initial development of jpy has been driven by the need to write Python extensions to an established scientific
2626
imaging application programmed in Java, namely the [BEAM](http://www.brockmann-consult.de/beam/) toolbox

jpyutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
__author__ = "Norman Fomferra, Brockmann Consult GmbH"
3636
__copyright__ = "Copyright 2015-2017 Brockmann Consult GmbH"
3737
__license__ = "Apache 2.0"
38-
__version__ = "0.9.0.dev1"
38+
__version__ = "0.9.0"
3939

4040

4141
# Uncomment for debugging

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>org.jpy</groupId>
2828
<artifactId>jpy</artifactId>
29-
<version>0.9-SNAPSHOT</version>
29+
<version>0.9.0</version>
3030
<packaging>jar</packaging>
3131
<name>Java-Python Bridge</name>
3232

0 commit comments

Comments
 (0)