From 1e83b27b9d2d4262cc27153aee9585f6210aea0c Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 6 Aug 2016 15:11:28 +0300 Subject: [PATCH] upysh: Release 0.6. --- upysh/metadata.txt | 3 +-- upysh/setup.py | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/upysh/metadata.txt b/upysh/metadata.txt index f4a8b420..6de73867 100644 --- a/upysh/metadata.txt +++ b/upysh/metadata.txt @@ -1,6 +1,5 @@ srctype = micropython-lib type = module -version = 0.5 -author = Paul Sokolovsky +version = 0.6 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 b67eb15a..5ba0d168 100644 --- a/upysh/setup.py +++ b/upysh/setup.py @@ -6,11 +6,11 @@ from setuptools import setup setup(name='micropython-upysh', - version='0.5', + version='0.6', 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', - author='Paul Sokolovsky', + author='MicroPython Developers', author_email='micro-python@googlegroups.com', maintainer='MicroPython Developers', maintainer_email='micro-python@googlegroups.com',