We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d1f025 commit c64db43Copy full SHA for c64db43
Pipfile
@@ -22,11 +22,11 @@ name = "pypi"
22
# 5. Run `pipenv install --dev` in your terminal.
23
24
[packages]
25
-codeforlife = "==0.25.2"
+codeforlife = "==0.25.4"
26
# 🚫 Don't add [packages] below that are inherited from the CFL package.
27
28
[dev-packages]
29
-codeforlife = {version = "==0.25.2", extras = ["dev"]}
+codeforlife = {version = "==0.25.4", 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