Fix for hooks executing when using --dry-run (#160).

This commit is contained in:
Dan Helfman
2019-05-07 16:06:31 -07:00
parent 1c88dda76a
commit a291477c19
5 changed files with 36 additions and 12 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
VERSION = '1.3.1'
VERSION = '1.3.2'
setup(