We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c4205 commit aa516d0Copy full SHA for aa516d0
Pipfile
@@ -22,11 +22,11 @@ name = "pypi"
22
# 5. Run `pipenv install --dev` in your terminal.
23
24
[packages]
25
-codeforlife = "==0.24.16"
+codeforlife = "==0.24.17"
26
# 🚫 Don't add [packages] below that are inherited from the CFL package.
27
28
[dev-packages]
29
-codeforlife = {version = "==0.24.16", extras = ["dev"]}
+codeforlife = {version = "==0.24.17", extras = ["dev"]}
30
# codeforlife = {file = "../codeforlife-package-python", editable = true, extras = ["dev"]}
31
# 🚫 Don't add [dev-packages] below that are inherited from the CFL package.
32
0 commit comments