Skip to content

Commit db4c739

Browse files
committed
unittest: Version 0.9.0
1 parent 959115d commit db4c739

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python-stdlib/unittest/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
srctype = micropython-lib
22
type = module
3-
version = 0.3.2
3+
version = 0.9.0
44
depends = argparse, fnmatch

python-stdlib/unittest/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="micropython-unittest",
13-
version="0.3.2",
13+
version="0.9.0",
1414
description="unittest 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",

0 commit comments

Comments
 (0)