Skip to content

Commit 23120ee

Browse files
committed
AltDSS/DSS C-API and backend 0.15.0b4
1 parent 64fdcdb commit 23120ee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Builds
44

55
env:
66
ARTIFACTS_FOLDER: '${{ github.workspace }}/artifacts'
7-
DSS_CAPI_TAG: '0.15.0b3'
7+
DSS_CAPI_TAG: '0.15.0b4'
88

99
on:
1010
# release:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ packages = ["dss"]
2424
name = "dss-python"
2525
dynamic = ["version"]
2626
dependencies = [
27-
"dss_python_backend==0.15.0b3",
27+
"dss_python_backend==0.15.0b4",
2828
"numpy>=2,<3",
2929
"typing_extensions>=4.5,<5",
3030
]

0 commit comments

Comments
 (0)