We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124ffb1 commit cd449e5Copy full SHA for cd449e5
pyproject.toml
@@ -4,6 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "short_tutorials"
7
+version = "0.0.1"
8
description = "CCA Software Group programming tutorials"
9
requires-python = ">=3.10"
10
@@ -54,4 +55,4 @@ omit = [
54
55
"*/short_tutorials/__init*",
56
"test/*",
57
"*/test/*",
-]
58
+]
0 commit comments