Skip to content

Commit d59af2d

Browse files
committed
upip: Release 1.1.5.
1 parent 1f91189 commit d59af2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

upip/metadata.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
srctype = micropython-lib
22
type = module
3-
version = 1.1.4
3+
version = 1.1.5
44
author = Paul Sokolovsky
55
extra_modules = upip_utarfile
66
desc = Simple package manager for MicroPython.

upip/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import optimize_upip
88

99
setup(name='micropython-upip',
10-
version='1.1.4',
10+
version='1.1.5',
1111
description='Simple package manager for MicroPython.',
1212
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.',
1313
url='https://github.com/micropython/micropython-lib',

0 commit comments

Comments
 (0)