From edcf812ce7d03f855d6637711d6fc7d6cb9c4927 Mon Sep 17 00:00:00 2001 From: Tom Soulanille Date: Thu, 23 Jul 2015 23:35:56 -0700 Subject: [PATCH] unittest: update setup.py from metadata.txt --- unittest/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittest/setup.py b/unittest/setup.py index df0a12ef..4b529fac 100644 --- a/unittest/setup.py +++ b/unittest/setup.py @@ -6,7 +6,7 @@ from setuptools import setup setup(name='micropython-unittest', - version='0.0.7', + version='0.0.8', 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/issues/405',