]> git.parisson.com Git - piplayer.git/commitdiff
update doc, goto 0.3 0.3
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 14 Oct 2013 07:10:54 +0000 (09:10 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 14 Oct 2013 07:10:54 +0000 (09:10 +0200)
README.md
piplayer/__init__.py
setup.py

index 621c46616bbce1ccf80a45f2f14036d18178617f..52f8329333304d772ef6cdd657dcdd299939e6f6 100644 (file)
--- 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
 --------
index 7e860d935202373666ab5dd3da5242997d83257a..56d8dedfe89168116f4c06184f9b1e9771353638 100644 (file)
@@ -1,3 +1,3 @@
 
-__version__ = '0.2'
+__version__ = '0.3'
 
index 15f2c27bb4b33f5d24fbe4fb6cd4b6fcba919eb6..fab5920279ea997edd59161ef1d0fe2b70856812 100644 (file)
--- 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',