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 165fbbd commit bc1ea4fCopy full SHA for bc1ea4f
_libc/metadata.txt
@@ -1,7 +1,7 @@
1
dist_name = libc
2
srctype = micropython-lib
3
type = module
4
-version = 0.1
+version = 0.2
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.1',
+ version='0.2',
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