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 98105cc commit ac76741Copy full SHA for ac76741
setup.py
@@ -1,10 +1,10 @@
1
from setuptools import setup
2
3
setup(name='neovim',
4
- version='0.0.16',
+ version='0.0.17',
5
description='Python client to neovim',
6
url='http://github.com/neovim/python-client',
7
- download_url='https://github.com/neovim/python-client/archive/0.0.16.tar.gz',
+ download_url='https://github.com/neovim/python-client/archive/0.0.17.tar.gz',
8
author='Thiago de Arruda',
9
author_email='[email protected]',
10
license='MIT',
0 commit comments