Skip to content

Commit 0df4bd9

Browse files
committed
new cfl package
1 parent a597e0a commit 0df4bd9

File tree

3 files changed

+266
-85
lines changed

3 files changed

+266
-85
lines changed

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ name = "pypi"
2323
# 5. Run `pipenv install --dev` in your terminal.
2424

2525
[packages]
26-
codeforlife = {ref = "v0.18.12", git = "https://github.com/ocadotechnology/codeforlife-package-python.git"}
26+
codeforlife = {ref = "v0.19.0", git = "https://github.com/ocadotechnology/codeforlife-package-python.git"}
2727
# 🚫 Don't add [packages] below that are inherited from the CFL package.
2828

2929
[dev-packages]
30-
codeforlife = {ref = "v0.18.12", git = "https://github.com/ocadotechnology/codeforlife-package-python.git", extras = ["dev"]}
30+
codeforlife = {ref = "v0.19.0", git = "https://github.com/ocadotechnology/codeforlife-package-python.git", extras = ["dev"]}
3131
# codeforlife = {file = "../codeforlife-package-python", editable = true, extras = ["dev"]}
3232
# 🚫 Don't add [dev-packages] below that are inherited from the CFL package.
3333

0 commit comments

Comments
 (0)