Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bfredl committed Mar 2, 2016
1 parent 8de6431 commit fa81eaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup

install_requires = [
'neovim>=0.1.2',
'neovim>=0.1.3',
'click>=3.0',
'pygobject'
]
Expand All @@ -22,10 +22,10 @@
entry_points = {'console_scripts': ['pynvim=neovim_gui.cli:main'] }

setup(name='neovim_gui',
version='0.1.0',
version='0.1.1',
description='Gtk gui for neovim',
url='http://github.com/neovim/python-gui',
download_url='https://github.com/neovim/python-gui/archive/0.1.0.tar.gz',
download_url='https://github.com/neovim/python-gui/archive/0.1.1.tar.gz',
author='Thiago de Arruda',
author_email='[email protected]',
license='Apache',
Expand Down

0 comments on commit fa81eaa

Please sign in to comment.