diff --git a/pynvim/util.py b/pynvim/util.py index dcc979df..da6c2851 100644 --- a/pynvim/util.py +++ b/pynvim/util.py @@ -39,4 +39,4 @@ def get_client_info(kind, type_, method_spec): return (name, VERSION.__dict__, type_, method_spec, attributes) -VERSION = Version(major=0, minor=4, patch=2, prerelease='') +VERSION = Version(major=0, minor=4, patch=3, prerelease='') diff --git a/setup.py b/setup.py index 70fc94bc..e6208d1e 100644 --- a/setup.py +++ b/setup.py @@ -35,10 +35,10 @@ install_requires.append('greenlet') setup(name='pynvim', - version='0.4.2', + version='0.4.3', description='Python client to neovim', url='http://github.com/neovim/pynvim', - download_url='https://github.com/neovim/pynvim/archive/0.4.2.tar.gz', + download_url='https://github.com/neovim/pynvim/archive/0.4.3.tar.gz', author='Thiago de Arruda', author_email='tpadilha84@gmail.com', license='Apache',