Installation
The easiest and recommanded way of installing ItsUtils is by using pip:
pip install ItsUtils
This will install the newest release. If you really want to install this release, use:
pip install ItsUtils==0.2.2
Or alternatively download the .tar.gz
given in this release, unpack it and run:
cd ItsUtils-0.2.2
pip install .
What's New
This is just a small bug fix, so there is nothing really new.
What's Changed
- Fix index error by @TheItsNameless in #10
- added documentation for check_valid_expression by @TheItsNameless in #12
Full Changelog: v0.2.1...v0.2.2