Skip to content

Commit 81d8d4f

Browse files
authored
chore: release of 0.6.4
Merge pull request #53 from Logic-py/develop
2 parents 6fc0323 + 45b7221 commit 81d8d4f

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

poetry.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-template"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
description = "Used to templatize python projects."
55
authors = ["Loïc Motheu <lmotheu@gmail.com>"]
66
readme = "README.md"
@@ -14,7 +14,7 @@ loguru = "^0.7.2"
1414
mypy = "^1.13.0"
1515
pre-commit = "^4.0.1"
1616
pytest = "^8.3.3"
17-
ruff = "^0.7.1"
17+
ruff = "^0.7.2"
1818

1919
[tool.ruff]
2020
src = ["src"]

0 commit comments

Comments
 (0)