Skip to content

Commit 1e83b27

Browse files
committed
upysh: Release 0.6.
1 parent c5b01d1 commit 1e83b27

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

upysh/metadata.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
srctype = micropython-lib
22
type = module
3-
version = 0.5
4-
author = Paul Sokolovsky
3+
version = 0.6
54
desc = Minimalistic file shell using native Python syntax.
65
long_desc = Minimalistic file shell using native Python syntax.

upysh/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77

88
setup(name='micropython-upysh',
9-
version='0.5',
9+
version='0.6',
1010
description='Minimalistic file shell using native Python syntax.',
1111
long_description='Minimalistic file shell using native Python syntax.',
1212
url='https://github.com/micropython/micropython/issues/405',
13-
author='Paul Sokolovsky',
13+
author='MicroPython Developers',
1414
author_email='micro-python@googlegroups.com',
1515
maintainer='MicroPython Developers',
1616
maintainer_email='micro-python@googlegroups.com',

0 commit comments

Comments
 (0)