Skip to content

Commit 51a05f3

Browse files
committed
v0.1.0rc2
1 parent 7f95712 commit 51a05f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "jvm-pybind"
3-
version = "0.1.0rc1"
3+
version = "0.1.0rc2"
44
description = "JVM bindings for Python that enable seamless integration between Python and Java code through JNI (Java Native Interface)."
55
readme = "README.md"
66
authors = [{ name = "t3tra-dev", email = "[email protected]" }]

reinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ deactivate || true
33
rm -rf .venv
44
uv sync
55
uv build
6-
uv pip install dist/jvm-0.1.0-py3-none-any.whl
6+
uv pip install dist/jvm-0.1.0rc2-py3-none-any.whl
77
source .venv/bin/activate

src/jvm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
"__version__",
2626
]
2727

28-
__version__ = "0.1.0rc1"
28+
__version__ = "0.1.0rc2"

0 commit comments

Comments
 (0)