From 358dbe951c0141845b2b4568b362abf1689d9b80 Mon Sep 17 00:00:00 2001 From: jwlodek Date: Wed, 19 Feb 2020 23:21:37 -0500 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e399d90..0befc90 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ description='A widget and grid based framework for building command line user interfaces in python.', long_description=long_description, long_description_content_type='text/markdown', - version='0.0.1', + version='0.0.2', author='Jakub Wlodek', author_email='jwlodek.dev@gmail.com', license='BSD (3-clause)',