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 d8830e8 commit 1fab30bCopy full SHA for 1fab30b
setup.py
@@ -25,10 +25,10 @@
25
pass
26
27
setup(name='neovim',
28
- version='0.0.34',
+ version='0.0.35',
29
description='Python client to neovim',
30
url='http://github.com/neovim/python-client',
31
- download_url='https://github.com/neovim/python-client/archive/0.0.34.tar.gz',
+ download_url='https://github.com/neovim/python-client/archive/0.0.35.tar.gz',
32
author='Thiago de Arruda',
33
author_email='tpadilha84@gmail.com',
34
license='Apache',
0 commit comments