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 b9daa85 commit cdf410fCopy full SHA for cdf410f
setup.py
@@ -16,10 +16,10 @@
16
install_requires.append('greenlet')
17
18
setup(name='neovim',
19
- version='0.0.24',
+ version='0.0.25',
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.0.24.tar.gz',
+ download_url='https://github.com/neovim/python-client/archive/0.0.25.tar.gz',
23
author='Thiago de Arruda',
24
author_email='[email protected]',
25
license='MIT',
0 commit comments