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',