chroma / bin /version
badalsahani's picture
feat: chroma initial deploy
287a0bc
raw
history blame contribute delete
151 Bytes
#!/usr/bin/env bash
export VERSION=`python -m setuptools_scm`
if [[ -n `git status --porcelain` ]]; then
VERSION=$VERSION-dirty
fi
echo $VERSION