Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bfredl committed Jan 12, 2017
1 parent 1ccb2cf commit ca3551d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion neovim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'shutdown_hook', 'attach', 'setup_logging', 'ErrorResponse')


VERSION = Version(major=0, minor=1, patch=13, prerelease="")
VERSION = Version(major=0, minor=1, patch=14, prerelease="dev")


def start_host(session=None):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
install_requires.append('greenlet')

setup(name='neovim',
version='0.1.13',
version='0.1.14dev',
description='Python client to neovim',
url='http://github.com/neovim/python-client',
download_url='https://github.com/neovim/python-client/archive/0.1.13.tar.gz',
Expand Down

0 comments on commit ca3551d

Please sign in to comment.