File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ requires = [
44 " certifi>=14.05.14" ,
55 " typer>=0.16" ,
66 " inquirer>=3.4.0" ,
7- " recodex-pylib>=0.2.1 "
7+ " recodex-pylib>=0.2.2 "
88]
99build-backend = " setuptools.build_meta"
1010
1111[project ]
1212name = " recodex-cli"
13- version = " 0.2.1 "
13+ version = " 0.2.2 "
1414authors = [
1515 { name =" Vojtech Kloda" , email =" vojtech.kloda@gmail.com" },
1616 { name =" Martin Kruliš" , email =" krulis@d3s.mff.cuni.cz" },
@@ -28,7 +28,7 @@ dependencies = [
2828 " certifi>=14.05.14" ,
2929 " typer>=0.16" ,
3030 " inquirer>=3.4.0" ,
31- " recodex-pylib>=0.2.1 "
31+ " recodex-pylib>=0.2.2 "
3232]
3333
3434[project .scripts ]
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ typer >= 0.16
22inquirer >= 3.4.0
33twine >= 6.1.0
44build >= 1.2.2
5- recodex-pylib == 0.2.1
5+ recodex-pylib == 0.2.2
66flask >= 3.1.1
77flake8 >= 7.3.0
You can’t perform that action at this time.
0 commit comments