Skip to content

Commit

Permalink
release 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amorison committed Sep 4, 2024
1 parent 1f9a173 commit 45c5372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/user-guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ name = "my-project"
version = "0.1.0"
requires-python = ">=3.10"
dependencies = [
"stagpy~=0.20.0",
"stagpy~=0.20.1",
]
```

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "stagpy"
version = "0.20.0"
version = "0.20.1"
description = "Tool for StagYY output files processing"
readme = "README.md"
authors = [
Expand Down

0 comments on commit 45c5372

Please sign in to comment.