From 520adb03ffcbc0dad9e19b1eddf8162cc731e023 Mon Sep 17 00:00:00 2001 From: Paulo Meira <10246101+PMeira@users.noreply.github.com> Date: Wed, 26 Jun 2024 01:32:10 -0300 Subject: [PATCH] Use AltDSS/DSS C-API 0.14.6a1 to test Oddie builds --- .github/workflows/builds.yml | 2 +- dss_python_backend/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 999bf46..091bd15 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -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: diff --git a/dss_python_backend/__init__.py b/dss_python_backend/__init__.py index 306382d..f692076 100644 --- a/dss_python_backend/__init__.py +++ b/dss_python_backend/__init__.py @@ -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']