Skip to content

Commit

Permalink
Use AltDSS/DSS C-API 0.14.6a1 to test Oddie builds
Browse files Browse the repository at this point in the history
  • Loading branch information
PMeira committed Jun 26, 2024
1 parent 32a7f4e commit 520adb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Builds
# TODO: generalize steps

env:
DSS_CAPI_TAG: '0.14.5'
DSS_CAPI_TAG: '0.14.6a1'
ARTIFACTS_FOLDER: '${{ github.workspace }}/artifacts'

on:
Expand Down
2 changes: 1 addition & 1 deletion dss_python_backend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
# CffiApiUtil so we call it as soon as the DLL/so is loaded.
lib.DSS_Start(0)

__version__ = '0.14.5'
__version__ = '0.14.6a1'
__all__ = ['ffi', 'lib']

0 comments on commit 520adb0

Please sign in to comment.