Skip to content

Commit d28d277

Browse files
committed
Use AltDSS/DSS C-API 0.14.4
1 parent 2ffe0ca commit d28d277

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
@@ -3,7 +3,7 @@ name: Builds
33
# TODO: generalize steps
44

55
env:
6-
DSS_CAPI_TAG: '0.14.3'
6+
DSS_CAPI_TAG: '0.14.4'
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
@@ -19,5 +19,5 @@
1919
# CffiApiUtil so we call it as soon as the DLL/so is loaded.
2020
lib.DSS_Start(0)
2121

22-
__version__ = '0.14.3'
22+
__version__ = '0.14.4'
2323
__all__ = ['ffi', 'lib']

0 commit comments

Comments
 (0)