From 15174e8ee40d56399cd08df2863e66d0d53ef75c Mon Sep 17 00:00:00 2001 From: Christophe de Vienne Date: Fri, 14 Oct 2011 18:15:58 +0200 Subject: [PATCH] Going 0.1.0 now that at least 1 application is runnging wsme. We are still in alpha state though. --- wsme/release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsme/release.py b/wsme/release.py index c56cf1b..433d818 100644 --- a/wsme/release.py +++ b/wsme/release.py @@ -1,5 +1,5 @@ name = "WSME" -version = "0.1.0a4" +version = "0.1.0" description = "Web Services Made Easy" long_description = """