We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0809a61 commit f1d443eCopy full SHA for f1d443e
.github/workflows/builds.yml
@@ -3,7 +3,7 @@ name: Builds
3
# TODO: generalize steps
4
5
env:
6
- DSS_CAPI_TAG: '0.15.0b3'
+ DSS_CAPI_TAG: '0.15.0b4'
7
ARTIFACTS_FOLDER: '${{ github.workspace }}/artifacts'
8
9
on:
dss_python_backend/__init__.py
@@ -56,5 +56,5 @@
56
# CffiApiUtil so we call it as soon as the DLL/so is loaded.
57
lib.DSS_Start(ffi.NULL, 0)
58
59
-__version__ = '0.15.0b3'
+__version__ = '0.15.0b4'
60
__all__ = ['ffi', 'lib', 'loader_lib']
0 commit comments