Skip to content

Commit 1395c05

Browse files
committed
Prepare for release 0.0.36.
1 parent 78bc4c0 commit 1395c05

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.0.35',
38+
version='0.0.36',
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.0.35.tar.gz',
41+
download_url='https://github.com/neovim/python-client/archive/0.0.36.tar.gz',
4242
author='Thiago de Arruda',
4343
author_email='tpadilha84@gmail.com',
4444
license='Apache',

0 commit comments

Comments
 (0)