diff --git a/CITATION.cff b/CITATION.cff index 1a8a0ab..193533f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,6 +17,6 @@ authors: given-names: "Johan" orcid: "https://orcid.org/0009-0005-8580-372X" title: "Collaborative Coding Exam" -version: 1.0.0 +version: 1.1.0 date-released: 2025-02-26 url: "https://github.com/SFI-Visual-Intelligence/Collaborative-Coding-Exam" diff --git a/pyproject.toml b/pyproject.toml index 15b0167..acf6e74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [project] name = "collaborative-coding-exam" -version = "0.1.0" +version = "1.1.0" description = "Exam project in the collaborative coding course." readme = "README.md" -requires-python = ">=3.11.5" +requires-python = ">=3.11.5, <3.13" dependencies = [ "black>=25.1.0", "h5py>=3.12.1",