Quick minor release, huh?
- fixed an issue with the library not installing properly from PyPI
- forgot to mention this in the last release, but blocks with conditionals now support `True` or `False` in expressions. For example, `{if(True):a|b}` will return `a`, but if the parameter was replaced with `False`, it would return `b`.