From 8b0a797097e1c20d92a8fc093b768c3362c823c9 Mon Sep 17 00:00:00 2001 From: Corey Hammerton Date: Thu, 12 Nov 2015 19:50:28 -0500 Subject: [PATCH] puppetboard/setup.py: Version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ea9c915..2f99e61 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ if sys.argv[-1] == 'publish': os.system('python setup.py sdist upload') sys.exit() -VERSION = "0.1.0" +VERSION = "0.1.1" with codecs.open('README.rst', encoding='utf-8') as f: README = f.read()