bump version
This commit is contained in:
2
README
2
README
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user