Skip to content

Commit 38b6f61

Browse files
committed
upip: Release 0.6.2.
1 parent cd1fea8 commit 38b6f61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

upip/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
srctype = micropython-lib
22
type = module
3-
version = 0.6.1
3+
version = 0.6.2
44
author = Paul Sokolovsky
55
extra_modules = upip_errno, upip_gzip, upip_utarfile
66
desc = Simple package manager for MicroPython.

upip/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
setup(name='micropython-upip',
9-
version='0.6.1',
9+
version='0.6.2',
1010
description='Simple package manager for MicroPython.',
1111
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.',
1212
url='https://github.com/micropython/micropython/issues/405',

0 commit comments

Comments
 (0)