From 99c7b546d15e0d5e096a26a2bea916321a6bd8fe Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 16 Apr 2016 21:24:42 +0300 Subject: [PATCH] socket: Release 0.5.1. --- socket/metadata.txt | 2 +- socket/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/socket/metadata.txt b/socket/metadata.txt index 69ec8e0e..5d3033c2 100644 --- a/socket/metadata.txt +++ b/socket/metadata.txt @@ -1,4 +1,4 @@ srctype = micropython-lib type = module -version = 0.5 +version = 0.5.1 author = Paul Sokolovsky diff --git a/socket/setup.py b/socket/setup.py index 18611a8a..78eaf3f0 100644 --- a/socket/setup.py +++ b/socket/setup.py @@ -6,7 +6,7 @@ from setuptools import setup setup(name='micropython-socket', - version='0.5', + version='0.5.1', description='socket 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',