Skip to content

Commit

Permalink
DSS C-API 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PMeira committed Feb 17, 2024
1 parent 0ac4f45 commit 9428380
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.0'
DSS_CAPI_TAG: '0.14.1'
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.0'
__version__ = '0.14.1'
__all__ = ['ffi', 'lib']

0 comments on commit 9428380

Please sign in to comment.