Skip to content

Commit 936110a

Browse files
committed
Back to dev
1 parent 6bfb4b0 commit 936110a

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=2, patch=0, prerelease='')
24+
VERSION = Version(major=0, minor=2, patch=1, 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.2.0',
25+
version='0.2.1dev',
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.2.0.tar.gz',

0 commit comments

Comments
 (0)