Bummped versions

This commit is contained in:
jtm
2012-04-03 12:14:28 +00:00
parent a2b1464935
commit ce02e1ee8f
2 changed files with 2 additions and 2 deletions

2
README
View File

@@ -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.

View File

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