8000 upip: Release 1.1.1. · andrewleech/micropython-lib@89e7f26 · GitHub
[go: up one dir, main page]

Skip to content

Commit 89e7f26

Browse files
committed
upip: Release 1.1.1.
1 parent 2ca1527 commit 89e7f26

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 = 1.1
3+
version = 1.1.1
44
author = Paul Sokolovsky
55
extra_modules = 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='1.1',
9+
version='1.1.1',
1010
description='Simple package manager for MicroPython.',
1111
long_description='Simple self-hosted package manager for MicroPython (requires usocket, ussl, uzlib, uctypes builtin modules). Compatible only with packages without custom setup.py code.',
1212
url='https://github.com/micropython/micropython/issues/405',

0 commit comments

Comments
 (0)
0