File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11srctype = micropython-lib
22type = module
3- version = 0.5
4- author = Paul Sokolovsky
3+ version = 0.6
54desc = Minimalistic file shell using native Python syntax.
65long_desc = Minimalistic file shell using native Python syntax.
Original file line number Diff line number Diff line change 66
77
88setup (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' ,
You can’t perform that action at this time.
0 commit comments