diff --git a/README b/README index 2efc1fd..18b54af 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ * LESSCPY * * python LessCss Compiler. -v0.9f +v0.9g 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/lesscpy/scripts/compiler.py b/lesscpy/scripts/compiler.py index 5be5d15..9cccf60 100644 --- a/lesscpy/scripts/compiler.py +++ b/lesscpy/scripts/compiler.py @@ -19,7 +19,7 @@ from lesscpy.lessc import parser from lesscpy.lessc import lexer from lesscpy.lessc import formatter -VERSION_STR = 'Lesscpy compiler 0.9f' +VERSION_STR = 'Lesscpy compiler 0.9g' def ldirectory(inpath, outpath, args, scope): """Compile all *.less files in directory diff --git a/setup.py b/setup.py index 9ba3a65..8a840c7 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from distutils.core import setup setup( name='lesscpy', - version='0.9f', + version='0.9g', description='Lesscss compiler.', author='Jóhann T Maríusson', author_email='jtm@robot.is',