Commit
·
d2d3ebe
1
Parent(s):
68c6807
Update version to 0.14.2 and improve project description formatting in pyproject.toml
Browse files- pyproject.toml +2 -2
pyproject.toml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
[project]
|
2 |
name = "medvqa"
|
3 |
-
version = "0.14"
|
4 |
-
description = "Competition Submission CLI for
|
5 |
readme = "README.md"
|
6 |
requires-python = ">=3.6"
|
7 |
dependencies = [
|
|
|
1 |
[project]
|
2 |
name = "medvqa"
|
3 |
+
version = "0.14.2"
|
4 |
+
description = "Competition Submission CLI for ImageCLEFmed-MedVQA-GI-2025 (https://github.com/simula/ImageCLEFmed-MEDVQA-GI-2025)"
|
5 |
readme = "README.md"
|
6 |
requires-python = ">=3.6"
|
7 |
dependencies = [
|