From 7d392372850cc3822ceb589182b45126b97c25d6 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 14 Oct 2013 09:10:54 +0200 Subject: [PATCH] update doc, goto 0.3 --- README.md | 4 ++-- piplayer/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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', -- 2.39.5