Skip to content

Commit 45c5372

Browse files
committed
release 0.20.1
1 parent 1f9a173 commit 45c5372

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/user-guide/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ name = "my-project"
4040
version = "0.1.0"
4141
requires-python = ">=3.10"
4242
dependencies = [
43-
"stagpy~=0.20.0",
43+
"stagpy~=0.20.1",
4444
]
4545
```
4646

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "stagpy"
7-
version = "0.20.0"
7+
version = "0.20.1"
88
description = "Tool for StagYY output files processing"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)