Skip to content

Commit 0f7cffe

Browse files
authored
Merge pull request #7 from corentin-ryr/dev
Update package version
2 parents db50d46 + f8e9e9e commit 0f7cffe

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "multimedeval"
8-
version = "0.1.0"
8+
version = "0.1.1"
99
authors = [
1010
{ name="Corentin Royer" },
1111
]
1212
description = "A Python tool to evaluate the performance of VLM on the medical domain."
1313
readme = "README.md"
1414
requires-python = ">=3.8"
1515
classifiers = [
16-
"Programming Language :: Python :: 3",
16+
"Programming Language :: Python :: 3.8",
17+
"Programming Language :: Python :: 3.9",
18+
"Programming Language :: Python :: 3.10",
19+
"Programming Language :: Python :: 3.11",
1720
"License :: OSI Approved :: MIT License",
1821
"Operating System :: OS Independent",
1922
]

0 commit comments

Comments
 (0)