From 8b14946b1cecaafa557a19fc45a9703e100988b7 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Wed, 24 Jun 2015 00:27:26 +0300 Subject: [PATCH] ucurses: Release 0.1.1. --- ucurses/metadata.txt | 2 +- ucurses/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ucurses/metadata.txt b/ucurses/metadata.txt index 76e1aa3a..4643866d 100644 --- a/ucurses/metadata.txt +++ b/ucurses/metadata.txt @@ -1,5 +1,5 @@ srctype = micropython-lib type = package -version = 0.1 +version = 0.1.1 author = Paul Sokolovsky depends = os, tty, select diff --git a/ucurses/setup.py b/ucurses/setup.py index 84730df2..6eaf6457 100644 --- a/ucurses/setup.py +++ b/ucurses/setup.py @@ -6,7 +6,7 @@ from setuptools import setup setup(name='micropython-ucurses', - version='0.1', + version='0.1.1', description='ucurses 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',