From 104035cfb348e92f1c6227633185a36c28c41978 Mon Sep 17 00:00:00 2001 From: Tim Medina Date: Sat, 19 Feb 2011 03:22:58 +0800 Subject: [PATCH] Bump version to 0.1.3. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index baa600d..cdf1b86 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python import os -version = '0.1.2' +version = '0.1.3' try: from setuptools import setup