Skip to content

Commit c8f55d1

Browse files
committed
back to dev
1 parent d937cc1 commit c8f55d1

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

2121
setup(name='neovim',
22-
version='0.1.12',
22+
version='0.1.13dev',
2323
description='Python client to neovim',
2424
url='http://github.com/neovim/python-client',
2525
download_url='https://github.com/neovim/python-client/archive/0.1.12.tar.gz',

0 commit comments

Comments
 (0)