-
smaller, cosmetic changes
- changed supported python versions 3.9-3.12
- changed formatting of the version.sh script
- fixed a small typo in the CHANGELOG.md
- adapted the output in README.md to reflect version changes
-
update type checks
Uselistinstead ofListfor type annotation
Usedictinstead ofDictfor type annotation
Usetupleinstead ofTuplefor type annotationThis is because the minimum supported version has been moved from 3.8 to
3.9 -
fix node mapping, update deps
This fixes #9- run release only on main
- fix typing
- fix tests / lint errors
Full Changelog: 0.1.2...v0.1.4