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 c7025e7 commit 2b1147eCopy full SHA for 2b1147e
setup.py
@@ -16,10 +16,10 @@
16
install_requires.append('greenlet')
17
18
setup(name='neovim',
19
- version='0.1.4',
+ version='0.1.5',
20
description='Python client to neovim',
21
url='http://github.com/neovim/python-client',
22
- download_url='https://github.com/neovim/python-client/archive/0.1.4.tar.gz',
+ download_url='https://github.com/neovim/python-client/archive/0.1.5.tar.gz',
23
author='Thiago de Arruda',
24
author_email='tpadilha84@gmail.com',
25
license='Apache',
0 commit comments