Skip to content

Commit ca3551d

Browse files
committed
bump
1 parent 1ccb2cf commit ca3551d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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=13, prerelease="")
24+
VERSION = Version(major=0, minor=1, patch=14, prerelease="dev")
2525

2626

2727
def start_host(session=None):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
install_requires.append('greenlet')
2323

2424
setup(name='neovim',
25-
version='0.1.13',
25+
version='0.1.14dev',
2626
description='Python client to neovim',
2727
url='http://github.com/neovim/python-client',
2828
download_url='https://github.com/neovim/python-client/archive/0.1.13.tar.gz',

0 commit comments

Comments
 (0)