Skip to content

Commit 533614d

Browse files
committed
2 parents 6ace13a + 556eef9 commit 533614d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ authors:
1717
given-names: "Johan"
1818
orcid: "https://orcid.org/0009-0005-8580-372X"
1919
title: "Collaborative Coding Exam"
20-
version: 1.0.0
20+
version: 1.1.0
2121
date-released: 2025-02-26
2222
url: "https://github.com/SFI-Visual-Intelligence/Collaborative-Coding-Exam"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[project]
22
name = "collaborative-coding-exam"
3-
version = "0.1.0"
3+
version = "1.1.0"
44
description = "Exam project in the collaborative coding course."
55
readme = "README.md"
6-
requires-python = ">=3.11.5"
6+
requires-python = ">=3.11.5, <3.13"
77
dependencies = [
88
"black>=25.1.0",
99
"h5py>=3.12.1",

0 commit comments

Comments
 (0)