From cd00f07beb24c60c60e79c32891be793a453b07a Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Fri, 14 Jun 2019 20:35:45 -0600 Subject: [PATCH] Bump version to 0.3.1 --- aioambient/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aioambient/const.py b/aioambient/const.py index c9e016b..4e87cba 100644 --- a/aioambient/const.py +++ b/aioambient/const.py @@ -1,2 +1,2 @@ """Define package constants.""" -__version__ = "0.3.0" +__version__ = "0.3.1"