From 9e167c1c4b0fa43a2ffcb2191a35c2c8d34a2358 Mon Sep 17 00:00:00 2001 From: Matt Date: Fri, 13 May 2011 09:26:13 -0700 Subject: [PATCH] Update version to 0.2. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f5b2a5d..66f043e 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from distutils.core import setup, Extension -VERSION = "0.1" +VERSION = "0.2" # Remember to change README.rst when version changes. try: # Use Cython