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',