Skip to content

Commit b5fb588

Browse files
committed
upysh: Release 0.5.
1 parent a8311ab commit b5fb588

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

upysh/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
srctype = micropython-lib
22
type = module
3-
version = 0.4
3+
version = 0.5
44
author = Paul Sokolovsky
55
desc = Minimalistic file shell using native Python syntax.
66
long_desc = Minimalistic file shell using native Python syntax.

upysh/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
setup(name='micropython-upysh',
9-
version='0.4',
9+
version='0.5',
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',

0 commit comments

Comments
 (0)