Skip to content

Commit bc1ea4f

Browse files
committed
_libc: Version 0.2.
1 parent 165fbbd commit bc1ea4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_libc/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dist_name = libc
22
srctype = micropython-lib
33
type = module
4-
version = 0.1
4+
version = 0.2
55
author = Paul Sokolovsky
66
desc = MicroPython FFI helper module
77
long_desc = MicroPython FFI helper module to interface with underlying libc

_libc/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-libc',
9-
version='0.1',
9+
version='0.2',
1010
description='MicroPython FFI helper module',
1111
long_description='MicroPython FFI helper module to interface with underlying libc',
1212
url='https://github.com/micropython/micropython/issues/405',

0 commit comments

Comments
 (0)