We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d81d1f commit 27c7a95Copy full SHA for 27c7a95
setup.py
@@ -1,10 +1,10 @@
1
from setuptools import setup
2
3
setup(name='neovim',
4
- version='0.0.12',
+ version='0.0.13',
5
description='Python client to neovim',
6
url='http://github.com/neovim/python-client',
7
- download_url='https://github.com/neovim/python-client/archive/0.0.12.tar.gz',
+ download_url='https://github.com/neovim/python-client/archive/0.0.13.tar.gz',
8
author='Thiago de Arruda',
9
author_email='[email protected]',
10
license='MIT',
0 commit comments