From 3ab2d812791eca5841fd9de9cc6cf2696723254e Mon Sep 17 00:00:00 2001
From: Thomas MUSSET <thomas.musset@pasteur.fr>
Date: Thu, 3 Nov 2022 11:17:57 +0100
Subject: [PATCH] Updated to JEP v4.1.0

---
 README.md | 12 +++---------
 pom.xml   |  4 ++--
 2 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md
index da64056..ea34403 100644
--- a/README.md
+++ b/README.md
@@ -30,11 +30,11 @@ Building and installing require the JDK, Python, and optionally numpy to be inst
 
 On your Icy plugin project, add this dependency
 ```
-<depedency>
+<dependency>
     <groupId>org.bioimageanalysis.icy</groupId>
     <artifactId>icy-jep</artifactId>
-    <version>4.0.3</version>
-</depedency>
+    <version>4.1.0</version>
+</dependency>
 ```
 
 Dependencies
@@ -78,12 +78,6 @@ Nate Jensen & Ben Steffensmeier
 *Plugin conversion*
 Amandine Tournay & Carlos Garcia Lopez de Haro
 
-# Note
-
-Until JEP 4.0.3, for Linux users, you need to set temporarily the environment variable `LD_PRELOAD` to your `libpythonx.xx.so` file.  
-It is due to some difficulties with Java and C projects that dlopen libraries.  
-***It has been fixed for the next version planned for Fall 2022.***
-
 # Usage
 
 To enable this plugin in Icy, you need to configure the path to your selected Python.
diff --git a/pom.xml b/pom.xml
index 4d4c165..bb4407b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
 
     <!-- Project Information -->
     <artifactId>icy-jep</artifactId>
-    <version>4.0.3</version>
+    <version>4.1.0</version>
 
     <packaging>jar</packaging>
 
@@ -85,7 +85,7 @@
         <dependency>
             <groupId>black.ninia</groupId>
             <artifactId>jep</artifactId>
-            <version>4.0.3</version>
+            <version>4.1.0</version>
         </dependency>
     </dependencies>
 
-- 
GitLab