We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a7f4e commit 520adb0Copy full SHA for 520adb0
.github/workflows/builds.yml
@@ -3,7 +3,7 @@ name: Builds
3
# TODO: generalize steps
4
5
env:
6
- DSS_CAPI_TAG: '0.14.5'
+ DSS_CAPI_TAG: '0.14.6a1'
7
ARTIFACTS_FOLDER: '${{ github.workspace }}/artifacts'
8
9
on:
dss_python_backend/__init__.py
@@ -19,5 +19,5 @@
19
# CffiApiUtil so we call it as soon as the DLL/so is loaded.
20
lib.DSS_Start(0)
21
22
-__version__ = '0.14.5'
+__version__ = '0.14.6a1'
23
__all__ = ['ffi', 'lib']
0 commit comments