From c9b52e5b3ad642b68cbc1fb7d1600f4974a01c36 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Thu, 15 Aug 2019 12:16:02 +0200 Subject: [PATCH] Bump to 2.2.0 --- nvr/nvr.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nvr/nvr.py b/nvr/nvr.py index 776e357..0ec989e 100644 --- a/nvr/nvr.py +++ b/nvr/nvr.py @@ -385,7 +385,7 @@ def main(argv=sys.argv, env=os.environ): if options.version: # version-marker - print('nvr 2.1.10') + print('nvr 2.2.0') return if options.serverlist: diff --git a/setup.py b/setup.py index 701bb1b..e586c5f 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( 'console_scripts': ['nvr = nvr.nvr:main'] }, packages = ['nvr'], - version = '2.1.10', + version = '2.2.0', license = 'MIT', keywords = 'neovim nvim nvr remote helper', classifiers = [