From a953735f3de1a0792e4ef556840705455c11c1c8 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 22 Sep 2017 22:20:14 +0300 Subject: [PATCH] unittest: Release 0.3.1. --- unittest/metadata.txt | 2 +- unittest/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/unittest/metadata.txt b/unittest/metadata.txt index a1ff78f6..896a9781 100644 --- a/unittest/metadata.txt +++ b/unittest/metadata.txt @@ -1,3 +1,3 @@ srctype = micropython-lib type = module -version = 0.3 +version = 0.3.1 diff --git a/unittest/setup.py b/unittest/setup.py index 80de3b81..6ddc3b1d 100644 --- a/unittest/setup.py +++ b/unittest/setup.py @@ -7,7 +7,7 @@ sys.path.append("..") import optimize_upip setup(name='micropython-unittest', - version='0.3', + version='0.3.1', description='unittest module for MicroPython', 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.", url='https://github.com/micropython/micropython-lib',