/pyutils

collection of python utilities

Primary LanguagePythonMIT LicenseMIT

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