We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e49430 commit 4f9d930Copy full SHA for 4f9d930
setup.py
@@ -19,10 +19,10 @@
19
install_requires.append('greenlet')
20
21
setup(name='neovim',
22
- version='0.1.8',
+ version='0.1.9',
23
description='Python client to neovim',
24
url='http://github.com/neovim/python-client',
25
- download_url='https://github.com/neovim/python-client/archive/0.1.8.tar.gz',
+ download_url='https://github.com/neovim/python-client/archive/0.1.9.tar.gz',
26
author='Thiago de Arruda',
27
author_email='tpadilha84@gmail.com',
28
license='Apache',
0 commit comments