From 40e5ea6d80e8bb3bc4ce64635947f213114878da Mon Sep 17 00:00:00 2001 From: Ben Steffensmeier Date: Mon, 17 Feb 2020 20:11:46 -0600 Subject: [PATCH] Update version to 3.9.1 --- LICENSE | 2 +- pom.xml | 4 ++-- src/main/python/jep/version.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 5519aedb..84706a6d 100755 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2004 - 2019 JEP AUTHORS. +Copyright (c) 2004 - 2020 JEP AUTHORS. This file is licenced under the the zlib/libpng License. diff --git a/pom.xml b/pom.xml index 64f59049..fcf2da33 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ black.ninia jep - 3.9.0 + 3.9.1 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/v3.9.0 + https://github.com/ninia/jep/tree/v3.9.1 diff --git a/src/main/python/jep/version.py b/src/main/python/jep/version.py index 99aa4d71..4032f0cd 100644 --- a/src/main/python/jep/version.py +++ b/src/main/python/jep/version.py @@ -23,5 +23,5 @@ # distribution. # -__VERSION__ = '3.9.0' +__VERSION__ = '3.9.1' VERSION = __VERSION__