From: Guillaume Pellerin Date: Mon, 14 Oct 2013 07:10:54 +0000 (+0200) Subject: update doc, goto 0.3 X-Git-Tag: 0.3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7d392372850cc3822ceb589182b45126b97c25d6;p=piplayer.git update doc, goto 0.3 --- diff --git a/README.md b/README.md index 621c466..52f8329 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ GPIO ----- * play channel : 22 - * play method : PUD_DOWN between PIN 1 (3.3V power) and PIN 15 (GPIO 22) + * play method : RISING between PIN 1 (3.3V power) and PIN 15 (GPIO 22) * stop channel : 24 - * stop method : PUD_DOWN between PIN 1 (3.3V power) and PIN 18 (GPIO 24) + * stop method : RISING between PIN 1 (3.3V power) and PIN 18 (GPIO 24) INSTALL -------- diff --git a/piplayer/__init__.py b/piplayer/__init__.py index 7e860d9..56d8ded 100644 --- a/piplayer/__init__.py +++ b/piplayer/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.2' +__version__ = '0.3' diff --git a/setup.py b/setup.py index 15f2c27..fab5920 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( long_description = open('README.md').read(), author = "Guillaume Pellerin", author_email = "yomguy@parisson.com", - version = '0.2', + version = '0.3', install_requires = [ 'setuptools', 'pyliblo',