From c2385790a4644dadab3e2194542dc9e14f1174ee Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 12 Jun 2016 19:07:23 +0300 Subject: [PATCH] upysh: Release 0.3. --- upysh/metadata.txt | 2 +- upysh/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/upysh/metadata.txt b/upysh/metadata.txt index a9092f49..511d3da4 100644 --- a/upysh/metadata.txt +++ b/upysh/metadata.txt @@ -1,5 +1,5 @@ srctype = micropython-lib type = module -version = 0.2 +version = 0.3 author = Paul Sokolovsky long_desc = Minimalistic file shell using native Python syntax. diff --git a/upysh/setup.py b/upysh/setup.py index 5c54b238..e26bd13e 100644 --- a/upysh/setup.py +++ b/upysh/setup.py @@ -6,7 +6,7 @@ from setuptools import setup setup(name='micropython-upysh', - version='0.2', + version='0.3', description='upysh module for MicroPython', long_description='Minimalistic file shell using native Python syntax.', url='https://github.com/micropython/micropython/issues/405',