diff --git a/nvr/nvr.py b/nvr/nvr.py index 9bdc84c..c6d7a2a 100644 --- a/nvr/nvr.py +++ b/nvr/nvr.py @@ -388,7 +388,7 @@ def main(argv=sys.argv, env=os.environ): if options.version: # version-marker - print('nvr 2.2.2') + print('nvr 2.2.3') return if options.serverlist: diff --git a/setup.py b/setup.py index 40a9a9c..7ca88ec 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( 'console_scripts': ['nvr = nvr.nvr:main'] }, packages = ['nvr'], - version = '2.2.2', + version = '2.2.3', license = 'MIT', keywords = 'neovim nvim nvr remote helper', classifiers = [