Skip to content

Commit b4f5b9a

Browse files
committed
Bump
1 parent 02503c6 commit b4f5b9a

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
@@ -35,10 +35,10 @@
3535
entry_points['console_scripts'] = ['pynvim=neovim.ui.cli:main [GUI]']
3636

3737
setup(name='neovim',
38-
version='0.1.1',
38+
version='0.1.2',
3939
description='Python client to neovim',
4040
url='http://github.com/neovim/python-client',
41-
download_url='https://github.com/neovim/python-client/archive/0.1.1.tar.gz',
41+
download_url='https://github.com/neovim/python-client/archive/0.1.2.tar.gz',
4242
author='Thiago de Arruda',
4343
author_email='tpadilha84@gmail.com',
4444
license='Apache',

0 commit comments

Comments
 (0)