From cf11eda304a32fdab45a72e4c937dc9306012218 Mon Sep 17 00:00:00 2001 From: Rahul Kumar Date: Wed, 23 Nov 2011 15:38:02 +0530 Subject: [PATCH] Version bump. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fdf6819..1b8aea9 100644 --- a/setup.py +++ b/setup.py @@ -136,7 +136,7 @@ def __init__(self): from setuptools import setup setup(name='Augment', - version='0.2', + version='0.3', description='Python decorators for contracts and augmenting OOP.', long_description=__doc__, author='Rahul Kumar',