aboutsummaryrefslogblamecommitdiffstats
path: root/git_deps/__init__.py
blob: 27a754cddc910b99e5ed86ea75a9f2e01f30e891 (plain) (tree)
1
2
3
4
5
6



                                                                  
                                          
                           
import pkg_resources

try:
    __version__ = pkg_resources.get_distribution(__name__).version
except pkg_resources.DistributionNotFound:
    __version__ = 'unknown'