Skip to content

Commit 1c20da0

Browse files
authored
chore: release of 0.10.1
* build: update versions * chore: bumping version
1 parent 914144c commit 1c20da0

File tree

2 files changed

+47
-39
lines changed

2 files changed

+47
-39
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-template"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
description = "Used to templatize python projects."
55
authors = [{ name = "Loïc Motheu", email = "lmotheu@gmail.com" }]
66
readme = "README.md"
@@ -11,10 +11,10 @@ dependencies = [
1111

1212
[dependency-groups]
1313
dev = [
14-
"mypy>=1.19.1,<2.0.0",
14+
"mypy>=1.20.1,<2.0.0",
1515
"pre-commit>=4.5.1,<5.0.0",
16-
"pytest>=9.0.2,<10.0.0",
17-
"ruff>=0.15.2",
16+
"pytest>=9.0.3,<10.0.0",
17+
"ruff>=0.15.10",
1818
]
1919

2020
[tool.ruff]

0 commit comments

Comments
 (0)