Bump to v2.2.3

pull/124/head v2.2.3
Marco Hinz 5 years ago
parent d3f7d5d7c3
commit 01c17963ca
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

@ -388,7 +388,7 @@ def main(argv=sys.argv, env=os.environ):
if options.version: if options.version:
# version-marker # version-marker
print('nvr 2.2.2') print('nvr 2.2.3')
return return
if options.serverlist: if options.serverlist:

@ -20,7 +20,7 @@ setup(
'console_scripts': ['nvr = nvr.nvr:main'] 'console_scripts': ['nvr = nvr.nvr:main']
}, },
packages = ['nvr'], packages = ['nvr'],
version = '2.2.2', version = '2.2.3',
license = 'MIT', license = 'MIT',
keywords = 'neovim nvim nvr remote helper', keywords = 'neovim nvim nvr remote helper',
classifiers = [ classifiers = [

Loading…
Cancel
Save