From 1004d41696a3de12f0911b1949327c3dbe4a62ab Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Thu, 19 May 2022 17:48:29 +0200 Subject: [PATCH] Bump to v2.5.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c6bd19c..ca9a842 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( 'console_scripts': ['nvr = nvr.nvr:main'] }, packages = ['nvr'], - version = '2.5.0', + version = '2.5.1', license = 'MIT', keywords = 'neovim nvim nvr remote helper', classifiers = [