From 0a1a6f064d50e66bd61fd450e2c48441fa49af94 Mon Sep 17 00:00:00 2001 From: Stefan Klug Date: Tue, 3 Nov 2015 21:04:36 +0100 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5bd92cb..e7d780c 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ with open(path.join(here, 'README.rst'), encoding='utf-8') as f: setup( name='appypod', - version='0.9.3', + version='0.9.4', description='AppyPod', long_description=long_description,