Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App outputs non-exiting MMIF version #80

Closed
keighrim opened this issue Mar 1, 2024 · 1 comment
Closed

App outputs non-exiting MMIF version #80

keighrim opened this issue Mar 1, 2024 · 1 comment
Labels
🐛B Something isn't working

Comments

@keighrim
Copy link
Member

keighrim commented Mar 1, 2024

Bug Description

v4.0 outputs 1.1.0 version of MMIF, but that version does not exist. This is due to a bug in mmif-python==1.0.9 (and clams-python==1.1.2) (root cause was clamsproject/mmif#216). I will yank those two versions of packages and release next versions asap, then we can update this app to use the next version of the SDK.

Reproduction steps

$ pip install mmif-python==1.0.9
$ python -c "import mmif; print(mmif.__specver__)"
1.1.0

Expected behavior

No response

Screenshots

No response

Additional context

No response

@keighrim keighrim added the 🐛B Something isn't working label Mar 1, 2024
@keighrim
Copy link
Member Author

keighrim commented Mar 7, 2024

fixed via bf41416

@keighrim keighrim closed this as completed Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛B Something isn't working
Projects
Archived in project
Development

No branches or pull requests

1 participant