We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e1a9d commit 31c4957Copy full SHA for 31c4957
utarfile/metadata.txt
@@ -1,5 +1,5 @@
1
srctype = micropython-lib
2
type = module
3
-version = 0.2
+version = 0.3
4
author = Paul Sokolovsky
5
long_desc = Lightweight tarfile module subset
utarfile/setup.py
@@ -6,7 +6,7 @@
6
7
8
setup(name='micropython-utarfile',
9
- version='0.2',
+ version='0.3',
10
description='utarfile module for MicroPython',
11
long_description='Lightweight tarfile module subset',
12
url='https://github.com/micropython/micropython/issues/405',
0 commit comments