diff --git a/pom.xml b/pom.xml index 35409eec..201f0c46 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ black.ninia jep - 4.0.2 + 4.0.3 jar Java Embedded Python @@ -39,7 +39,7 @@ scm:git:git://github.com/ninia/jep.git scm:git:ssh://github.com:ninia/jep.git - https://github.com/ninia/jep/tree/v4.0.2 + https://github.com/ninia/jep/tree/v4.0.3 diff --git a/src/main/python/jep/version.py b/src/main/python/jep/version.py index 13f4d884..5cefd594 100644 --- a/src/main/python/jep/version.py +++ b/src/main/python/jep/version.py @@ -23,5 +23,5 @@ # distribution. # -__VERSION__ = '4.0.2' +__VERSION__ = '4.0.3' VERSION = __VERSION__