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__