diff --git a/upysh/metadata.txt b/upysh/metadata.txt index 26e2a25d..a9092f49 100644 --- a/upysh/metadata.txt +++ b/upysh/metadata.txt @@ -1,5 +1,5 @@ srctype = micropython-lib type = module -version = 0.1 +version = 0.2 author = Paul Sokolovsky long_desc = Minimalistic file shell using native Python syntax. diff --git a/upysh/setup.py b/upysh/setup.py index c6f4ee7d..5c54b238 100644 --- a/upysh/setup.py +++ b/upysh/setup.py @@ -6,7 +6,7 @@ from setuptools import setup setup(name='micropython-upysh', - version='0.1', + version='0.2', description='upysh module for MicroPython', long_description='Minimalistic file shell using native Python syntax.', url='https://github.com/micropython/micropython/issues/405',