From ce02e1ee8fed96993b4fba7bcae8fb829fb3acf6 Mon Sep 17 00:00:00 2001 From: jtm Date: Tue, 3 Apr 2012 12:14:28 +0000 Subject: [PATCH] Bummped versions --- README | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index f2a0ab3..18e5525 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ * LESSCPY * * python LessCss Compiler. -v0.9 +v0.9a A compiler written in python 3 for the lesscss language. For those of us not willing/able to have node.js installed in our environment. diff --git a/setup.py b/setup.py index 13221d7..5915535 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from distutils.core import setup setup( name='lesscpy', - version='0.9', + version='0.9a', description='Lesscss compiler.', author='Jóhann T Maríusson', author_email='jtm@robot.is',