Release version 0.6.1

This commit is contained in:
Simon Willison 2018-07-09 19:45:05 -07:00
commit 17645264cd

View file

@ -4,7 +4,7 @@ from subprocess import check_output
from wheel.bdist_wheel import bdist_wheel
import os
VERSION = '0.6'
VERSION = '0.6.1'
ROOT = os.path.dirname(os.path.abspath(__file__))