1 parent 1505a18 commit 2e611cbCopy full SHA for 2e611cb
2 files changed
docs/user-guide/install.md
@@ -40,7 +40,7 @@ name = "my-project"
40
version = "0.1.0"
41
requires-python = ">=3.10"
42
dependencies = [
43
- "stagpy~=0.22.0",
+ "stagpy~=0.23.0",
44
]
45
```
46
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "uv_build"
4
5
[project]
6
name = "stagpy"
7
-version = "0.22.0"
+version = "0.23.0"
8
description = "Tool for StagYY output files processing"
9
readme = "README.md"
10
authors = [
0 commit comments