in python/src/datasketches_spark/_version.py [0:0]
def get_version(): try: with (files('datasketches_spark') / 'version.txt').open('r') as f: return f.read().strip() except: return '0.0.0'