Update docs with information about how to use thread-unsafe code in
[salmon.git] / salmon / __init__.py
blob25b27fb84668275975e4bcd011cba4bd1c3e064e
1 from ._version import get_versions
3 __version__ = get_versions()['version']
4 del get_versions