diff --git a/upysh/metadata.txt b/upysh/metadata.txt index 1e8dbf21..f4a8b420 100644 --- a/upysh/metadata.txt +++ b/upysh/metadata.txt @@ -1,6 +1,6 @@ srctype = micropython-lib type = module -version = 0.4 +version = 0.5 author = Paul Sokolovsky desc = Minimalistic file shell using native Python syntax. long_desc = Minimalistic file shell using native Python syntax. diff --git a/upysh/setup.py b/upysh/setup.py index ecca4b4d..b67eb15a 100644 --- a/upysh/setup.py +++ b/upysh/setup.py @@ -6,7 +6,7 @@ from setuptools import setup setup(name='micropython-upysh', - version='0.4', + version='0.5', description='Minimalistic file shell using native Python syntax.', long_description='Minimalistic file shell using native Python syntax.', url='https://github.com/micropython/micropython/issues/405',