From 46458ef87948ebc246cd9b538d1aea2d2d045d19 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 5 Jan 2015 00:36:26 +0200 Subject: [PATCH] time: Release 0.2. --- time/metadata.txt | 2 +- time/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/time/metadata.txt b/time/metadata.txt index a9a85a5b..a984e65f 100644 --- a/time/metadata.txt +++ b/time/metadata.txt @@ -1,3 +1,3 @@ srctype = micropython-lib type = module -version = 0.1 +version = 0.2 diff --git a/time/setup.py b/time/setup.py index 7b97316d..80fdfc38 100644 --- a/time/setup.py +++ b/time/setup.py @@ -6,7 +6,7 @@ from setuptools import setup setup(name='micropython-time', - version='0.1', + version='0.2', description='time 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',