User-defined hooks for global setup or cleanup that run before/after all actions. (#192).

This commit is contained in:
Dan Helfman
2019-09-28 16:18:10 -07:00
parent a897ffd514
commit e14ebee4e0
9 changed files with 219 additions and 64 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup
VERSION = '1.3.20'
VERSION = '1.3.21'
setup(