We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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?
import boltons print(boltons.__version__) # 21.1.1
Thanks, Kai