Skip to content

Commit d937cc1

Browse files
committed
bump
1 parent 562eac9 commit d937cc1

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=1, patch=11, prerelease="dev")
24+
VERSION = Version(major=0, minor=1, patch=12, 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
@@ -19,10 +19,10 @@
1919
install_requires.append('greenlet')
2020

2121
setup(name='neovim',
22-
version='0.1.12dev',
22+
version='0.1.12',
2323
description='Python client to neovim',
2424
url='http://github.com/neovim/python-client',
25-
download_url='https://github.com/neovim/python-client/archive/0.1.11.tar.gz',
25+
download_url='https://github.com/neovim/python-client/archive/0.1.12.tar.gz',
2626
author='Thiago de Arruda',
2727
author_email='tpadilha84@gmail.com',
2828
license='Apache',

0 commit comments

Comments
 (0)