Skip to content

Commit 354d6f7

Browse files
committed
Bump
Bump to 0.1.x to follow minor version of nvim
1 parent e94201f commit 354d6f7

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

0 commit comments

Comments
 (0)