We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f9a173 commit 45c5372Copy full SHA for 45c5372
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.20.0",
+ "stagpy~=0.20.1",
44
]
45
```
46
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "stagpy"
7
-version = "0.20.0"
+version = "0.20.1"
8
description = "Tool for StagYY output files processing"
9
readme = "README.md"
10
authors = [
0 commit comments