Skip to content

Commit cd449e5

Browse files
authored
Add version
1 parent 124ffb1 commit cd449e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "short_tutorials"
7+
version = "0.0.1"
78
description = "CCA Software Group programming tutorials"
89
requires-python = ">=3.10"
910

@@ -54,4 +55,4 @@ omit = [
5455
"*/short_tutorials/__init*",
5556
"test/*",
5657
"*/test/*",
57-
]
58+
]

0 commit comments

Comments
 (0)