From 3735172b48d1a3299b1eb7f818559d31ec128530 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 8 May 2015 01:02:35 +0300 Subject: [PATCH] os.path: Release 0.1. --- os.path/metadata.txt | 2 +- os.path/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/os.path/metadata.txt b/os.path/metadata.txt index 325cd275..bef75b55 100644 --- a/os.path/metadata.txt +++ b/os.path/metadata.txt @@ -1,4 +1,4 @@ srctype = micropython-lib type = package -version = 0.0.3 +version = 0.1 author = Paul Sokolovsky diff --git a/os.path/setup.py b/os.path/setup.py index 204231e2..d4c609f8 100644 --- a/os.path/setup.py +++ b/os.path/setup.py @@ -6,7 +6,7 @@ from setuptools import setup setup(name='micropython-os.path', - version='0.0.3', + version='0.1', description='os.path 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',