Skip to content

Commit

Permalink
what is the java bin
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihengSun committed Jun 5, 2023
1 parent 8c2e690 commit cb507cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pygeoweaver/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def get_java_bin_path():
java_bin_path = bin_path
break

print("java_bin_path: ", java_bin_path)
return java_bin_path


Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pygeoweaver"
version = "0.6.10"
version = "0.6.11"
authors = [
{ name="Geoweaver team", email="[email protected]" },
]
Expand All @@ -22,7 +22,7 @@ classifiers = [

[tool.poetry]
name = "pygeoweaver"
version = "0.6.10"
version = "0.6.11"
description = "This is a wrapper package of the Geoweaver app."
authors = ["Geoweaver team <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit cb507cb

Please sign in to comment.