Skip to content

Commit 27c7a95

Browse files
committed
Bump version
1 parent 2d81d1f commit 27c7a95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
from setuptools import setup
22

33
setup(name='neovim',
4-
version='0.0.12',
4+
version='0.0.13',
55
description='Python client to neovim',
66
url='http://github.com/neovim/python-client',
7-
download_url='https://github.com/neovim/python-client/archive/0.0.12.tar.gz',
7+
download_url='https://github.com/neovim/python-client/archive/0.0.13.tar.gz',
88
author='Thiago de Arruda',
99
author_email='[email protected]',
1010
license='MIT',

0 commit comments

Comments
 (0)