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 02503c6 commit b4f5b9aCopy full SHA for b4f5b9a
setup.py
@@ -35,10 +35,10 @@
35
entry_points['console_scripts'] = ['pynvim=neovim.ui.cli:main [GUI]']
36
37
setup(name='neovim',
38
- version='0.1.1',
+ version='0.1.2',
39
description='Python client to neovim',
40
url='http://github.com/neovim/python-client',
41
- download_url='https://github.com/neovim/python-client/archive/0.1.1.tar.gz',
+ download_url='https://github.com/neovim/python-client/archive/0.1.2.tar.gz',
42
author='Thiago de Arruda',
43
author_email='tpadilha84@gmail.com',
44
license='Apache',
0 commit comments