Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 311 Bytes

File metadata and controls

18 lines (10 loc) · 311 Bytes

Development

Install poetry

You can run it in development mode:

poetry install

To release a new version, bump the package and create a Github release with that version:

poetry version (major|minor|patch)