From 1522d3eb15e7fbfe8d0b454114d7d5d6e6b1d270 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 3 Sep 2017 11:07:46 +0300 Subject: [PATCH] test.support: Release 0.1.2. --- test.support/metadata.txt | 2 +- test.support/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test.support/metadata.txt b/test.support/metadata.txt index c959122b..c6ba36c7 100644 --- a/test.support/metadata.txt +++ b/test.support/metadata.txt @@ -1,3 +1,3 @@ srctype=micropython-lib type=package -version = 0.1.1 +version = 0.1.2 diff --git a/test.support/setup.py b/test.support/setup.py index 7e1dbdf4..9b547d4d 100644 --- a/test.support/setup.py +++ b/test.support/setup.py @@ -7,7 +7,7 @@ sys.path.append("..") import optimize_upip setup(name='micropython-test.support', - version='0.1.1', + version='0.1.2', description='test.support 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',