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 be6e96e commit 55a581fCopy full SHA for 55a581f
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.36',
+ version='0.0.37',
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.36.tar.gz',
+ download_url='https://github.com/neovim/python-client/archive/0.0.37.tar.gz',
42
author='Thiago de Arruda',
43
author_email='tpadilha84@gmail.com',
44
license='Apache',
0 commit comments