Skip to content

Commit 70e422d

Browse files
pi-anldpgeorge
authored andcommitted
urequests: Release 0.7.0.
1 parent a3d6d29 commit 70e422d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

python-ecosys/urequests/metadata.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
srctype = micropython-lib
22
type = module
3-
version = 0.6
4-
author = Paul Sokolovsky
3+
version = 0.7.0

python-ecosys/urequests/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
setup(
1212
name="micropython-urequests",
13-
version="0.6",
13+
version="0.7",
1414
description="urequests module for MicroPython",
1515
long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.",
1616
url="https://github.com/micropython/micropython-lib",
17-
author="Paul Sokolovsky",
17+
author="micropython-lib Developers",
1818
author_email="[email protected]",
1919
maintainer="micropython-lib Developers",
2020
maintainer_email="[email protected]",

0 commit comments

Comments
 (0)