ffilib: Release 0.1.2.

pull/43/head
Paul Sokolovsky 2015-08-30 03:14:17 +03:00
rodzic 937cbf330c
commit 2c00116f52
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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',