Skip to content

Commit 76b0bae

Browse files
authored
v4.0.2
1 parent 814e97e commit 76b0bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ def get_version():
381381
os.chdir(os.path.dirname(__file__))
382382

383383
setup(name="python-javabridge",
384-
version="4.0.1",
384+
version="4.0.2",
385385
description="Python wrapper for the Java Native Interface",
386386
long_description='''The python-javabridge package makes it easy to start a Java virtual
387387
machine (JVM) from Python and interact with it. Python code can

0 commit comments

Comments
 (0)