From 1ad72fcb4012f760fb1ea357664ca4c3b1238e54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Lombra=C3=B1a=20Gonz=C3=A1lez?= Date: Tue, 11 Dec 2012 13:47:14 +0100 Subject: [PATCH] Increase version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d21efd4..5b6a92d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name = 'pybossa-client', - version = '0.2c', + version = '0.3.1', packages = find_packages(), install_requires = ['requests>=0.13.0'], # metadata for upload to PyPI