Hey, thanks for this awesome library. Can you please consider to add a \_\_version__ field to boltons, so that something like the following is possible? ```python import boltons print(boltons.__version__) # 21.1.1 ``` Thanks, Kai