diff --git a/README.md b/README.md index 2f0e832..5bd6639 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ See the [NeqSim Python Wiki](https://github.com/equinor/neqsimpython/wiki) for h ### Prerequisites -Java version 11 or higher ([Java JDK](https://adoptium.net/)) needs to be installed. The Python package [JPype](https://github.com/jpype-project/jpype) is used to connect Python and Java. Read the [installation requirements for Jpype](https://jpype.readthedocs.io/en/latest/install.html). Be aware that mixing 64 bit Python with 32 bit Java and vice versa crashes on import of the jpype module. The needed Python packages are listed in the [NeqSim Python dependencies page](https://github.com/equinor/neqsimpython/network/dependencies). +Java version 8 or higher ([Java JDK](https://adoptium.net/)) needs to be installed. The Python package [JPype](https://github.com/jpype-project/jpype) is used to connect Python and Java. Read the [installation requirements for Jpype](https://jpype.readthedocs.io/en/latest/install.html). Be aware that mixing 64 bit Python with 32 bit Java and vice versa crashes on import of the jpype module. The needed Python packages are listed in the [NeqSim Python dependencies page](https://github.com/equinor/neqsimpython/network/dependencies). ## Contributing diff --git a/neqsim/lib/java11/neqsim-2.5.15.jar b/neqsim/lib/java11/neqsim-2.5.16.jar similarity index 97% rename from neqsim/lib/java11/neqsim-2.5.15.jar rename to neqsim/lib/java11/neqsim-2.5.16.jar index 9792c7a..39a3386 100644 Binary files a/neqsim/lib/java11/neqsim-2.5.15.jar and b/neqsim/lib/java11/neqsim-2.5.16.jar differ diff --git a/neqsim/lib/java8/neqsim-2.5.15-Java8.jar b/neqsim/lib/java8/neqsim-2.5.16-Java8.jar similarity index 97% rename from neqsim/lib/java8/neqsim-2.5.15-Java8.jar rename to neqsim/lib/java8/neqsim-2.5.16-Java8.jar index aded03e..b3c0416 100644 Binary files a/neqsim/lib/java8/neqsim-2.5.15-Java8.jar and b/neqsim/lib/java8/neqsim-2.5.16-Java8.jar differ diff --git a/pyproject.toml b/pyproject.toml index 22c7541..899174d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "neqsim" -version = "2.5.15" +version = "2.5.16" description = "NeqSim is a tool for thermodynamic and process calculations" authors = ["Even Solbraa "] license = "Apache-2.0"