diff --git a/_libc/metadata.txt b/_libc/metadata.txt index dba3ed3b..7d94352a 100644 --- a/_libc/metadata.txt +++ b/_libc/metadata.txt @@ -1,7 +1,7 @@ dist_name = libc srctype = micropython-lib type = module -version = 0.2 +version = 0.2.1 author = Paul Sokolovsky desc = MicroPython FFI helper module long_desc = MicroPython FFI helper module to interface with underlying libc diff --git a/_libc/setup.py b/_libc/setup.py index 5ad06783..f9c99940 100644 --- a/_libc/setup.py +++ b/_libc/setup.py @@ -6,7 +6,7 @@ from setuptools import setup setup(name='micropython-libc', - version='0.2', + version='0.2.1', description='MicroPython FFI helper module', long_description='MicroPython FFI helper module to interface with underlying libc', url='https://github.com/micropython/micropython/issues/405',