Skip to content

Commit

Permalink
New tag (1.0.48)
Browse files Browse the repository at this point in the history
  • Loading branch information
scrgiorgio committed May 21, 2024
1 parent 509bf8d commit 419760d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "openvisuspy"
version = "1.0.47"
version = "1.0.48"
authors = [{ name="OpenVisus developers"},]
description = "openvisuspy"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion scripts/ubuntu.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

python3 -m pip install --upgrade pip
python3 -m pip install hatch build keyring.alt
python3 -m pip install hatch build keyring

# will get the version from `pyproject.toml`
python3 -m build . --wheel
Expand Down

0 comments on commit 419760d

Please sign in to comment.