Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 330 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 330 Bytes

PyUtils

collection of python utility functions

Setup

  1. Install poetry
  2. Run poetry install

Version

  1. VERSION=0.0.1a4 && poetry version $VERSION && git commit -m "Bump version to $VERSION" pyproject.toml && git tag $VERSION && git push --tags