Skip to content

Commit e439624

Browse files
committed
upip: Release 1.2.4.
Change PyPI URL to pypi.org.
1 parent e17efb0 commit e439624

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.2.3
3+
version = 1.2.4
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
@@ -7,7 +7,7 @@
77
import sdist_upip
88

99
setup(name='micropython-upip',
10-
version='1.2.3',
10+
version='1.2.4',
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)