From 98502a223a24d2e2ab08d9c07258da036b91ac70 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 10 Jun 2017 16:16:29 +0300 Subject: [PATCH] pkg_resources: Release 0.2.1. --- pkg_resources/metadata.txt | 2 +- pkg_resources/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg_resources/metadata.txt b/pkg_resources/metadata.txt index 2078bc49..47384f3b 100644 --- a/pkg_resources/metadata.txt +++ b/pkg_resources/metadata.txt @@ -1,3 +1,3 @@ srctype=micropython-lib type=module -version = 0.2 +version = 0.2.1 diff --git a/pkg_resources/setup.py b/pkg_resources/setup.py index 33ad4513..97ae354d 100644 --- a/pkg_resources/setup.py +++ b/pkg_resources/setup.py @@ -7,7 +7,7 @@ sys.path.append("..") import optimize_upip setup(name='micropython-pkg_resources', - version='0.2', + version='0.2.1', description='pkg_resources 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',