Skip to content

Commit 0c45f9f

Browse files
author
Paul Sokolovsky
committed
upip: Release 1.2.3.
1 parent 559d51c commit 0c45f9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.2.2
3+
version = 1.2.3
44
author = Paul Sokolovsky
55
extra_modules = upip_utarfile
66
desc = Simple package manager for MicroPython.

upip/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
import optimize_upip
88

99
setup(name='micropython-upip',
10-
version='1.2.2',
10+
version='1.2.3',
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',
1414
author='Paul Sokolovsky',
1515
author_email='micro-python@googlegroups.com',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='micro-python@googlegroups.com',
1818
license='MIT',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

0 commit comments

Comments
 (0)