From d4d8bdc6965295b978eca882e2e2e5a1b35e047b Mon Sep 17 00:00:00 2001 From: Rett Berg Date: Thu, 21 Mar 2019 10:18:25 -0700 Subject: [PATCH] update version to 0.3.0 --- gpio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpio.py b/gpio.py index a79874b..b8f9615 100644 --- a/gpio.py +++ b/gpio.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = '0.2.0' +__version__ = '0.3.0' import threading import os