diff --git a/jupyter_packaging/setupbase.py b/jupyter_packaging/setupbase.py index fb5a212..2571944 100644 --- a/jupyter_packaging/setupbase.py +++ b/jupyter_packaging/setupbase.py @@ -56,7 +56,7 @@ def list2cmdline(cmd_list): return ' '.join(map(pipes.quote, cmd_list)) -__version__ = '0.8.0' +__version__ = '0.8.1' # --------------------------------------------------------------------------- # Top Level Variables