upip: Release 0.7.

pull/75/merge
Paul Sokolovsky 2016-05-28 02:56:53 +03:00
rodzic 8bb8b59dc3
commit f3683b1d30
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
srctype = micropython-lib
type = module
version = 0.6.3
version = 0.7
author = Paul Sokolovsky
extra_modules = upip_errno, upip_gzip, upip_utarfile
desc = Simple package manager for MicroPython.

Wyświetl plik

@ -6,7 +6,7 @@ from setuptools import setup
setup(name='micropython-upip',
version='0.6.3',
version='0.7',
description='Simple package manager for MicroPython.',
long_description='Simple package manager for MicroPython, targetting to be self-hosted (but not yet there). Compatible only with packages without custom setup.py code.',
url='https://github.com/micropython/micropython/issues/405',