- commit
- 15edb72620d4c042599a93a7039014beec0b3c4f
- parent
- e6b68cf4953c80d14a690dc66855eb2ef26aa947
- Author
- Tobias Bengfort <bengfort@mpib-berlin.mpg.de>
- Date
- 2025-04-28 15:02
bump version to 0.1.1
Diffstat
| M | CHANGES.rst | 6 | ++++++ |
| M | pyproject.toml | 2 | +- |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
@@ -1,3 +1,9 @@ -1 1 0.1.1 (2025-02-28) -1 2 ------------------ -1 3 -1 4 - fix crash on all-zero data -1 5 -1 6 1 7 0.1.0 (2025-02-24) 2 8 ------------------ 3 9
diff --git a/pyproject.toml b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" 4 4 5 5 [project] 6 6 name = "simplecharts"7 -1 version = "0.1.0"-1 7 version = "0.1.1" 8 8 description = "SVG charts without dependencies" 9 9 readme = "README.md" 10 10 license = {text = "MIT"}