Skip to content

Commit eafadc5

Browse files
updated Pyproject to 2.0.0
1 parent dae3e7f commit eafadc5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "metadata-adoption-quantify"
3-
version = "0.1.0"
3+
version = "2.0.0"
44
description = "This software extracts relevant data from SOMEF (Software Metadata Extraction Framework) results to answer specific research questions. The extracted insights are returned as structured JSON files, allowing easy integration and analysis."
55
authors = [
66
{name = "Anas-Elhounsri",email = "elhounsri.anas@gmail.com"}
@@ -11,7 +11,7 @@ requires-python = ">=3.10,<3.13"
1111
dependencies = [
1212
"requests (>=2.30.0,<3.0.0)",
1313
"somef (>=0.9.0)"
14-
]
14+
]git
1515

1616
[tool.poetry]
1717
packages = [

0 commit comments

Comments
 (0)