From 4be0a4297e248b6a1e0876840746c80e89a10aab Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 9 Dec 2017 11:56:18 +0200 Subject: [PATCH] setup.py: Release 0.9.3. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fef5290..c011519 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup(name='picotui', - version='0.9.2', + version='0.9.3', description="""A simple text user interface (TUI) library.""", long_description=open('README.rst').read(), url='https://github.com/pfalcon/picotui',