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

Commit 6de24bd

Browse files
committed
Bump
1 parent 368ba50 commit 6de24bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
entry_points = {'console_scripts': ['pynvim=neovim_gui.cli:main'] }
2323

2424
setup(name='neovim_gui',
25-
version='0.1.2',
25+
version='0.1.3',
2626
description='Gtk gui for neovim',
2727
url='http://github.com/neovim/python-gui',
28-
download_url='https://github.com/neovim/python-gui/archive/0.1.2.tar.gz',
28+
download_url='https://github.com/neovim/python-gui/archive/0.1.3.tar.gz',
2929
author='Thiago de Arruda',
3030
author_email='[email protected]',
3131
license='Apache',

0 commit comments

Comments
 (0)