From 7692502e6ffcbedf4d2a64f03dcf33b695c30686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Linse?= Date: Tue, 8 Nov 2016 16:20:55 +0100 Subject: [PATCH] Bump --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 36ecedb0..65b72747 100644 --- a/setup.py +++ b/setup.py @@ -19,10 +19,10 @@ install_requires.append('greenlet') setup(name='neovim', - version='0.1.11', + version='0.1.12dev', description='Python client to neovim', url='http://github.com/neovim/python-client', - download_url='https://github.com/neovim/python-client/archive/0.1.10.tar.gz', + download_url='https://github.com/neovim/python-client/archive/0.1.11.tar.gz', author='Thiago de Arruda', author_email='tpadilha84@gmail.com', license='Apache',