utarfile: Release 0.2.

pull/106/head
Paul Sokolovsky 2016-09-26 12:10:33 -07:00
rodzic 6b0dafde63
commit 7315442c7b
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
srctype = micropython-lib
type = module
version = 0.1.1
version = 0.2
author = Paul Sokolovsky
long_desc = Lightweight tarfile module subset

Wyświetl plik

@ -6,7 +6,7 @@ from setuptools import setup
setup(name='micropython-utarfile',
version='0.1.1',
version='0.2',
description='utarfile module for MicroPython',
long_description='Lightweight tarfile module subset',
url='https://github.com/micropython/micropython/issues/405',