Skip to content

Commit 520adb0

Browse files
committed
Use AltDSS/DSS C-API 0.14.6a1 to test Oddie builds
1 parent 32a7f4e commit 520adb0

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.14.5'
6+
DSS_CAPI_TAG: '0.14.6a1'
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.5'
22+
__version__ = '0.14.6a1'
2323
__all__ = ['ffi', 'lib']

0 commit comments

Comments
 (0)