Skip to content

Commit c64db43

Browse files
committed
fix: new cfl package
1 parent 1d1f025 commit c64db43

File tree

2 files changed

+440
-210
lines changed

2 files changed

+440
-210
lines changed

Pipfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ name = "pypi"
2222
# 5. Run `pipenv install --dev` in your terminal.
2323

2424
[packages]
25-
codeforlife = "==0.25.2"
25+
codeforlife = "==0.25.4"
2626
# 🚫 Don't add [packages] below that are inherited from the CFL package.
2727

2828
[dev-packages]
29-
codeforlife = {version = "==0.25.2", extras = ["dev"]}
29+
codeforlife = {version = "==0.25.4", extras = ["dev"]}
3030
# codeforlife = {file = "../codeforlife-package-python", editable = true, extras = ["dev"]}
3131
# 🚫 Don't add [dev-packages] below that are inherited from the CFL package.
3232

0 commit comments

Comments
 (0)