Skip to content

Commit 658d69c

Browse files
committed
chore: bumping version & upgrade readme
1 parent d4a7c77 commit 658d69c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Follow these steps to get started with this template:
3939
```bash
4040
pip install poetry
4141
```
42-
> **Note:** This template is set up using Poetry version 1.8.3.
42+
> **Note:** This template is set up using Poetry version 1.8.5.
4343
4444
3. **Install dependencies:**
4545

@@ -76,13 +76,13 @@ This project includes the following dependencies:
7676

7777
- **Core Dependencies**:
7878
- `python`: ^3.12 (switch the `.python-version` file to your liking)
79-
- `loguru`: ^0.7.2 (useful logging package)
79+
- `loguru`: ^0.7.3 (useful logging package)
8080

8181
- **Development Dependencies**:
82-
- `ruff`: ^0.6.9 (for code linting and formatting)
83-
- `mypy`: ^1.11.2 (for type checking)
84-
- `pre-commit`: ^4.0.0 (for managing Git hooks)
85-
- `pytest`: ^7.2.0 (for unit testing)
82+
- `ruff`: ^0.8.x (for code linting and formatting)
83+
- `mypy`: ^1.x.y (for type checking)
84+
- `pre-commit`: ^4.x.y (for managing Git hooks)
85+
- `pytest`: ^8.x.y (for unit testing)
8686

8787
### Optional: Pyenv
8888

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-template"
3-
version = "0.6.5"
3+
version = "0.7.0"
44
description = "Used to templatize python projects."
55
authors = ["Loïc Motheu <lmotheu@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)