Skip to content

Commit a59234c

Browse files
committed
bump
1 parent 9767ffe commit a59234c

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=3, prerelease='')
24+
VERSION = Version(major=0, minor=2, patch=4, 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
@@ -20,7 +20,7 @@
2020
install_requires.append('greenlet')
2121

2222
setup(name='neovim',
23-
version='0.2.3',
23+
version='0.2.4dev',
2424
description='Python client to neovim',
2525
url='http://github.com/neovim/python-client',
2626
download_url='https://github.com/neovim/python-client/archive/0.2.3.tar.gz',

0 commit comments

Comments
 (0)