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 894afdf commit 7692502Copy full SHA for 7692502
setup.py
@@ -19,10 +19,10 @@
19
install_requires.append('greenlet')
20
21
setup(name='neovim',
22
- version='0.1.11',
+ version='0.1.12dev',
23
description='Python client to neovim',
24
url='http://github.com/neovim/python-client',
25
- download_url='https://github.com/neovim/python-client/archive/0.1.10.tar.gz',
+ download_url='https://github.com/neovim/python-client/archive/0.1.11.tar.gz',
26
author='Thiago de Arruda',
27
author_email='[email protected]',
28
license='Apache',
0 commit comments