We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e82c3e2 commit 7b7898eCopy full SHA for 7b7898e
2 files changed
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## Unreleased
4
5
+## scripts 0.1.3 - 2025-11-14
6
+
7
+[Download](https://github.com/angelo-peronio/scripts/releases/download/v0.1.3/scripts-v0.1.3.zip)
8
+ · [GitHub release](https://github.com/angelo-peronio/scripts/releases/tag/v0.1.3)
9
+ · [source](https://github.com/angelo-peronio/scripts/tree/v0.1.3)
10
11
### Enhancements
12
13
* Use `--clear` option of `uv build`.
pyproject.toml
@@ -4,7 +4,7 @@ description = "PowerShell scripts to streamline common tasks in Python projects"
authors = [{ name = "Angelo Peronio" }]
license = "MIT"
keywords = ["Python", "PowerShell", "uv"]
-version = "0.1.2"
+version = "0.1.3"
readme = "README.md"
requires-python = ">= 3.13"
0 commit comments