Skip to content

Commit 4f9d930

Browse files
committed
Bump
1 parent 1e49430 commit 4f9d930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
install_requires.append('greenlet')
2020

2121
setup(name='neovim',
22-
version='0.1.8',
22+
version='0.1.9',
2323
description='Python client to neovim',
2424
url='http://github.com/neovim/python-client',
25-
download_url='https://github.com/neovim/python-client/archive/0.1.8.tar.gz',
25+
download_url='https://github.com/neovim/python-client/archive/0.1.9.tar.gz',
2626
author='Thiago de Arruda',
2727
author_email='tpadilha84@gmail.com',
2828
license='Apache',

0 commit comments

Comments
 (0)