Skip to content

Commit

Permalink
refactor qoa4ml-core
Browse files Browse the repository at this point in the history
  • Loading branch information
nguu0123 committed Sep 18, 2024
1 parent d359bbf commit c45a52b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/qoa4ml/lang/ml_contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
StakeholderRoleEnum,
)

ML_CONTRACT_VERSION = "v0.1"
ML_CONTRACT_NAME = "qoa4ml-ml-contract-schema"
ML_CONTRACT_VERSION = "v0.3"
ML_CONTRACT_NAME = "qoa4ml-contract-schema"


class Stakeholder(BaseModel):
Expand Down

0 comments on commit c45a52b

Please sign in to comment.