From 28604bc2306d04a7362721b9b24beba37bdca5b8 Mon Sep 17 00:00:00 2001 From: Brendan Rius Date: Thu, 10 Aug 2017 17:01:40 +0200 Subject: [PATCH] Bump to 1.2.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2937f9b..02efe2c 100644 --- a/setup.py +++ b/setup.py @@ -1,12 +1,12 @@ from setuptools import setup setup(name='jupyter_c_kernel', - version='1.1.0', + version='1.2.0', description='Minimalistic C kernel for Jupyter', author='Brendan Rius', author_email='ping@brendan-rius.com', url='https://github.com/brendanrius/jupyter-c-kernel/', - download_url='https://github.com/brendanrius/jupyter-c-kernel/tarball/1.1.0', + download_url='https://github.com/brendanrius/jupyter-c-kernel/tarball/1.2.0', packages=['jupyter_c_kernel'], scripts=['jupyter_c_kernel/install_c_kernel'], keywords=['jupyter', 'notebook', 'kernel', 'c']