diff --git a/pkg_resources/metadata.txt b/pkg_resources/metadata.txt index a9265f64..2078bc49 100644 --- a/pkg_resources/metadata.txt +++ b/pkg_resources/metadata.txt @@ -1,3 +1,3 @@ srctype=micropython-lib type=module -version = 0.1.1 +version = 0.2 diff --git a/pkg_resources/setup.py b/pkg_resources/setup.py index 81ac24f4..33ad4513 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.1.1', + version='0.2', 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',