Skip to content

Commit a84b5ef

Browse files
committed
4.0.0
1 parent c7d6323 commit a84b5ef

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.0rc3",
384+
version="4.0.0",
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)