We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814071f commit d33f353Copy full SHA for d33f353
_libc/metadata.txt
@@ -1,7 +1,7 @@
1
dist_name = libc
2
srctype = micropython-lib
3
type = module
4
-version = 0.2
+version = 0.2.1
5
author = Paul Sokolovsky
6
desc = MicroPython FFI helper module
7
long_desc = MicroPython FFI helper module to interface with underlying libc
_libc/setup.py
@@ -6,7 +6,7 @@
8
setup(name='micropython-libc',
9
- version='0.2',
+ version='0.2.1',
10
description='MicroPython FFI helper module',
11
long_description='MicroPython FFI helper module to interface with underlying libc',
12
url='https://github.com/micropython/micropython/issues/405',
0 commit comments