Bump to 2.2.1

pull/118/head v2.2.1
Marco Hinz 5 years ago
parent 7c7b86ff2c
commit 955d9564f5
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

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

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

Loading…
Cancel
Save