We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d6323 commit a84b5efCopy full SHA for a84b5ef
setup.py
@@ -381,7 +381,7 @@ def get_version():
381
os.chdir(os.path.dirname(__file__))
382
383
setup(name="python-javabridge",
384
- version="4.0.0rc3",
+ version="4.0.0",
385
description="Python wrapper for the Java Native Interface",
386
long_description='''The python-javabridge package makes it easy to start a Java virtual
387
machine (JVM) from Python and interact with it. Python code can
0 commit comments