bump version

This commit is contained in:
robotis
2012-08-16 10:00:41 +00:00
parent b4e5b7d688
commit 6d52e2927d
3 changed files with 3 additions and 3 deletions

2
README
View File

@@ -2,7 +2,7 @@
* LESSCPY *
*
python LessCss Compiler.
v0.9g
v0.9h
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

@@ -20,7 +20,7 @@ from lesscpy.lessc import parser
from lesscpy.lessc import lexer
from lesscpy.lessc import formatter
VERSION_STR = 'Lesscpy compiler 0.9g'
VERSION_STR = 'Lesscpy compiler 0.9h'
def ldirectory(inpath, outpath, args, scope):
"""Compile all *.less files in directory

View File

@@ -6,7 +6,7 @@ from distutils.core import setup
setup(
name='lesscpy',
version='0.9g',
version='0.9h',
description='Lesscss compiler.',
author='Jóhann T Maríusson',
author_email='jtm@robot.is',