From f5fdebed34f7a949960138cda5cc2f3b0e468278 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 26 Jan 2017 01:35:10 +0300 Subject: [PATCH] collections.defaultdict: Release 0.3. --- collections.defaultdict/metadata.txt | 2 +- collections.defaultdict/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/collections.defaultdict/metadata.txt b/collections.defaultdict/metadata.txt index 1c3c0ac9..0ae0cdcd 100644 --- a/collections.defaultdict/metadata.txt +++ b/collections.defaultdict/metadata.txt @@ -1,4 +1,4 @@ srctype = micropython-lib type = package -version = 0.2.2 +version = 0.3 author = Paul Sokolovsky diff --git a/collections.defaultdict/setup.py b/collections.defaultdict/setup.py index d7990c68..69135a3e 100644 --- a/collections.defaultdict/setup.py +++ b/collections.defaultdict/setup.py @@ -7,7 +7,7 @@ sys.path.append("..") import optimize_upip setup(name='micropython-collections.defaultdict', - version='0.2.2', + version='0.3', description='collections.defaultdict 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',