- commit
- 057985a7e32c63c5d3be24b26793a73999057b3a
- parent
- 8bac054254b346a887605cf1d3c26478b728e5f6
- Author
- Tobias Bengfort <bengfort@mpib-berlin.mpg.de>
- Date
- 2025-04-24 16:43
bump version to 0.1.0
Diffstat
| M | CHANGES.rst | 8 | ++++++++ |
| M | pyproject.toml | 2 | +- |
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
@@ -1,3 +1,11 @@ -1 1 0.1.0 (2025-02-24) -1 2 ------------------ -1 3 -1 4 - add CLI to read CSV from stdin and write SVG to stdout -1 5 - support float values -1 6 - set font-size and font-family -1 7 - break legend into multiple rows if necessary -1 8 1 9 0.0.2 (2019-10-02) 2 10 ------------------ 3 11
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.0.2"-1 7 version = "0.1.0" 8 8 description = "SVG charts without dependencies" 9 9 readme = "README.md" 10 10 license = {text = "MIT"}