From 3f66b63462ebd87338052b22fb14ca16403a162e Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Tue, 1 Jul 2014 00:33:28 +0200 Subject: This is 0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 328cce9..75d517d 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='pluginbase', author='Armin Ronacher', author_email='armin.ronacher@active-4.com', - version='0.1', + version='0.2', url='http://github.com/mitsuhiko/pluginbase', py_modules=['pluginbase'], description='A support library for building plugins sytems in Python.', -- cgit v1.2.1