Skip to content

Commit f1d443e

Browse files
committed
AltDSS/DSS C-API 0.15.0b4
1 parent 0809a61 commit f1d443e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Builds
33
# TODO: generalize steps
44

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

99
on:

dss_python_backend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@
5656
# CffiApiUtil so we call it as soon as the DLL/so is loaded.
5757
lib.DSS_Start(ffi.NULL, 0)
5858

59-
__version__ = '0.15.0b3'
59+
__version__ = '0.15.0b4'
6060
__all__ = ['ffi', 'lib', 'loader_lib']

0 commit comments

Comments
 (0)