From 10a14f051c2395cc443b77776ca86e28fce0652f Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 10 Dec 2015 00:06:01 +0200 Subject: [PATCH] itertools: Release 0.2.1. --- itertools/metadata.txt | 2 +- itertools/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/itertools/metadata.txt b/itertools/metadata.txt index a984e65f..9ecea5da 100644 --- a/itertools/metadata.txt +++ b/itertools/metadata.txt @@ -1,3 +1,3 @@ srctype = micropython-lib type = module -version = 0.2 +version = 0.2.1 diff --git a/itertools/setup.py b/itertools/setup.py index aaa0ecca..65af5f1f 100644 --- a/itertools/setup.py +++ b/itertools/setup.py @@ -6,7 +6,7 @@ from setuptools import setup setup(name='micropython-itertools', - version='0.2', + version='0.2.1', description='itertools 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',