Skip to content

rishabhsingh971/pyutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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