Skip to content

Commit eaf7228

Browse files
committed
time: Release 0.3.2.
1 parent ac66b1c commit eaf7228

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

time/metadata.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
srctype = micropython-lib
22
type = module
3-
version = 0.3.1
3+
version = 0.3.2
44
depends = ffilib

time/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-time',
10-
version='0.3.1',
10+
version='0.3.2',
1111
description='time module for MicroPython',
1212
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.",
1313
url='https://github.com/micropython/micropython-lib',

0 commit comments

Comments
 (0)