diff --git a/ffilib/metadata.txt b/ffilib/metadata.txt index 2f814e90..c3fcc107 100644 --- a/ffilib/metadata.txt +++ b/ffilib/metadata.txt @@ -1,7 +1,7 @@ dist_name = ffilib srctype = micropython-lib type = module -version = 0.1.1 +version = 0.1.2 author = Damien George desc = MicroPython FFI helper module long_desc = MicroPython FFI helper module to easily interface with underlying shared libraries diff --git a/ffilib/setup.py b/ffilib/setup.py index 21689882..513410dd 100644 --- a/ffilib/setup.py +++ b/ffilib/setup.py @@ -6,7 +6,7 @@ from setuptools import setup setup(name='micropython-ffilib', - version='0.1.1', + version='0.1.2', description='MicroPython FFI helper module', long_description='MicroPython FFI helper module to easily interface with underlying shared libraries', url='https://github.com/micropython/micropython/issues/405',