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 ebdf90f commit 720b3d5Copy full SHA for 720b3d5
setup.py
@@ -16,10 +16,10 @@
16
install_requires.append('greenlet')
17
18
setup(name='neovim',
19
- version='0.1.2',
+ version='0.1.3',
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.2.tar.gz',
+ download_url='https://github.com/neovim/python-client/archive/0.1.3.tar.gz',
23
author='Thiago de Arruda',
24
author_email='tpadilha84@gmail.com',
25
license='Apache',
0 commit comments