_libc: Version 0.2.

pull/7/head
Paul Sokolovsky 2014-09-08 20:02:42 +03:00
rodzic 165fbbd768
commit bc1ea4fc21
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
dist_name = libc dist_name = libc
srctype = micropython-lib srctype = micropython-lib
type = module type = module
version = 0.1 version = 0.2
author = Paul Sokolovsky author = Paul Sokolovsky
desc = MicroPython FFI helper module desc = MicroPython FFI helper module
long_desc = MicroPython FFI helper module to interface with underlying libc long_desc = MicroPython FFI helper module to interface with underlying libc

Wyświetl plik

@ -6,7 +6,7 @@ from setuptools import setup
setup(name='micropython-libc', setup(name='micropython-libc',
version='0.1', version='0.2',
description='MicroPython FFI helper module', description='MicroPython FFI helper module',
long_description='MicroPython FFI helper module to interface with underlying libc', long_description='MicroPython FFI helper module to interface with underlying libc',
url='https://github.com/micropython/micropython/issues/405', url='https://github.com/micropython/micropython/issues/405',