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 7f95712 commit 51a05f3Copy full SHA for 51a05f3
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "jvm-pybind"
3
-version = "0.1.0rc1"
+version = "0.1.0rc2"
4
description = "JVM bindings for Python that enable seamless integration between Python and Java code through JNI (Java Native Interface)."
5
readme = "README.md"
6
authors = [{ name = "t3tra-dev", email = "admin@t3tra.net" }]
reinstall.sh
@@ -3,5 +3,5 @@ deactivate || true
rm -rf .venv
uv sync
uv build
-uv pip install dist/jvm-0.1.0-py3-none-any.whl
+uv pip install dist/jvm-0.1.0rc2-py3-none-any.whl
7
source .venv/bin/activate
src/jvm/__init__.py
@@ -25,4 +25,4 @@
25
"__version__",
26
]
27
28
-__version__ = "0.1.0rc1"
+__version__ = "0.1.0rc2"
0 commit comments