Skip to content

Commit f9e56f8

Browse files
committed
Python-client 0.2.3
Fix a typo in previous release * df3746f MsgpackStream: fix typos #304
1 parent df3746f commit f9e56f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

neovim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'shutdown_hook', 'attach', 'setup_logging', 'ErrorResponse')
2222

2323

24-
VERSION = Version(major=0, minor=2, patch=2, prerelease='')
24+
VERSION = Version(major=0, minor=2, patch=3, prerelease='')
2525

2626

2727
def start_host(session=None):

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
install_requires.append('greenlet')
2121

2222
setup(name='neovim',
23-
version='0.2.2',
23+
version='0.2.3',
2424
description='Python client to neovim',
2525
url='http://github.com/neovim/python-client',
26-
download_url='https://github.com/neovim/python-client/archive/0.2.2.tar.gz',
26+
download_url='https://github.com/neovim/python-client/archive/0.2.3.tar.gz',
2727
author='Thiago de Arruda',
2828
author_email='tpadilha84@gmail.com',
2929
license='Apache',

0 commit comments

Comments
 (0)