From c572b91998b34c26df4827a75335858638070d7c Mon Sep 17 00:00:00 2001 From: Richard Kolkovich Date: Wed, 1 Jul 2015 08:21:03 -0500 Subject: [PATCH] bump version since I forgot to sign --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e5a859b6..dfc0526d 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name = "py-trello", - version = "0.3.0", + version = "0.3.1", description = 'Python wrapper around the Trello API', long_description = open('README.rst').read(),