File setup_version.patch of Package python-neovim
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ if platform.python_implementation() != '
install_requires.append('greenlet')
setup(name='pynvim',
- version='0.4.0',
+ version='0.4.1',
description='Python client to neovim',
url='http://github.com/neovim/pynvim',
download_url='https://github.com/neovim/pynvim/archive/0.4.1.tar.gz',