From a717eba91e9034c96fa4fe4b4ae3f76cda521faf Mon Sep 17 00:00:00 2001 From: Michelangelo DAgostino Date: Fri, 18 Aug 2017 14:57:44 -0500 Subject: [PATCH] Bump the version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 21f1fbc..6c596b5 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name='jupyternotify', - version='0.1.8', + version='0.1.9', description='A Jupyter Notebook %%magic for Browser Notifications of Cell Completion', long_description=readme+'\n\n'+authors+'\nLicense\n-------\n'+license, author='Michelangelo D\'Agostino',