From e26075b874b38b8742e417002ebe02ccc32e31bb Mon Sep 17 00:00:00 2001 From: BJ Dierkes Date: Mon, 7 Dec 2009 15:47:37 -0600 Subject: [PATCH] Release 0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 538b468d..800f2e73 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import sys, os -version = '0.2' +version = '0.3' LONG = """ Cement is a basic Python CLI Application Framework. Almost every command