-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Requires Nvim 0.3.0 or later. Changes since 0.2.6: 5b69f54 script host: Use the correct interface for a path entry finder 82b0109 api: implement Remote.__repr__ c784927 event loop: Enable asyncio on windows again 59112c6 host: Add client info (for nvim_list_chans()) d2bf46f host: make imports thread-safe
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,10 +29,10 @@ | |
install_requires.append('greenlet') | ||
|
||
setup(name='neovim', | ||
version='0.2.6', | ||
version='0.3.0', | ||
description='Python client to neovim', | ||
url='http://github.com/neovim/python-client', | ||
download_url='https://github.com/neovim/python-client/archive/0.2.6.tar.gz', | ||
download_url='https://github.com/neovim/python-client/archive/0.3.0.tar.gz', | ||
author='Thiago de Arruda', | ||
author_email='[email protected]', | ||
license='Apache', | ||
|