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 78bc4c0 commit 1395c05Copy full SHA for 1395c05
setup.py
@@ -35,10 +35,10 @@
35
entry_points['console_scripts'] = ['pynvim=neovim.ui.cli:main [GUI]']
36
37
setup(name='neovim',
38
- version='0.0.35',
+ version='0.0.36',
39
description='Python client to neovim',
40
url='http://github.com/neovim/python-client',
41
- download_url='https://github.com/neovim/python-client/archive/0.0.35.tar.gz',
+ download_url='https://github.com/neovim/python-client/archive/0.0.36.tar.gz',
42
author='Thiago de Arruda',
43
author_email='tpadilha84@gmail.com',
44
license='Apache',
0 commit comments