Skip to content

Commit ba4216a

Browse files
committed
Updating version for the next release.
1 parent c11cbe4 commit ba4216a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
]
99
build-backend = "setuptools.build_meta"
1010

1111
[project]
1212
name = "recodex-cli"
13-
version = "0.2.1"
13+
version = "0.2.2"
1414
authors = [
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]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ typer >= 0.16
22
inquirer >= 3.4.0
33
twine >= 6.1.0
44
build >= 1.2.2
5-
recodex-pylib==0.2.1
5+
recodex-pylib==0.2.2
66
flask >= 3.1.1
77
flake8 >= 7.3.0

0 commit comments

Comments
 (0)