From c8b0b3b7a63f3602f8267fcb32e89e0f019e1052 Mon Sep 17 00:00:00 2001 From: Christophe de Vienne Date: Wed, 31 Oct 2012 16:02:05 +0100 Subject: [PATCH] Change version to avoid dependencies problems in the CI --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 71738bb..ed559e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = WSME -version = 0.4 +version = 0.5a1 author = "Christophe de Vienne" author-email = "python-wsme@googlegroups.com"