utarfile: Release 0.3.

pull/106/head
Paul Sokolovsky 2016-10-03 23:53:37 +03:00
rodzic 30e1a9dbbe
commit 31c4957ec5
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
srctype = micropython-lib
type = module
version = 0.2
version = 0.3
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.2',
version='0.3',
description='utarfile module for MicroPython',
long_description='Lightweight tarfile module subset',
url='https://github.com/micropython/micropython/issues/405',