Was a little overzealous releasing 0.6.1. Removes a py3.8 specific syntax from a file.
0.6.1
- ensures util functions work correctly
0.6.0
- BREAKING: renamed `RollResult.roll` to `RollResult.expr` to make it clearer what it was - Added some utility functions for transforming expressions based on their annotations
0.5.0
- Added `adv` param to `roll()` to transform d20 rolls with advantage - Added `AdvType` enum to specify advantage
0.4.0
- added more documentation - renamed `CritType.NORMAL` to `CritType.NONE` - added `__repr__()` methods to Number objects