From e0f52b6e00b1bafda9db8de09534e17061043ee6 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 6 Nov 2020 19:02:49 +0300 Subject: [PATCH] setup.py: Release 1.1. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 458255f..51dac16 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup(name='picotui', - version='1.0.2', + version='1.1', description="""A simple text user interface (TUI) library.""", long_description=open('README.rst').read(), url='https://github.com/pfalcon/picotui',