2
0
mirror of https://github.com/mhinz/neovim-remote synced 2024-11-11 13:10:34 +00:00

PyPI: reupload -> 1.3.1

Somehow I managed to upload an egg for Python3.5 only. I have no idea how that
happened.

Sorry for any inconveniences!
This commit is contained in:
Marco Hinz 2016-10-07 15:17:29 +02:00
parent 29f7dcc86b
commit 18c3cf41e5
No known key found for this signature in database
GPG Key ID: AC9D48E91BCF448C

View File

@ -16,7 +16,7 @@ setup(
install_requires = ['neovim'], install_requires = ['neovim'],
scripts = ['bin/nvr'], scripts = ['bin/nvr'],
packages = [], packages = [],
version = '1.3.0', version = '1.3.1',
license = 'MIT', license = 'MIT',
keywords = 'neovim nvim nvr remote helper', keywords = 'neovim nvim nvr remote helper',
classifiers = [ classifiers = [