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 a662c50 commit 8051657Copy full SHA for 8051657
setup.py
@@ -26,10 +26,10 @@
26
pass
27
28
setup(name='neovim',
29
- version='0.0.33',
+ version='0.0.34',
30
description='Python client to neovim',
31
url='http://github.com/neovim/python-client',
32
- download_url='https://github.com/neovim/python-client/archive/0.0.33.tar.gz',
+ download_url='https://github.com/neovim/python-client/archive/0.0.34.tar.gz',
33
author='Thiago de Arruda',
34
author_email='[email protected]',
35
license='Apache',
0 commit comments