From 6d52e2927dac31c1bdce4a0c9d10a13a3ddcbb4a Mon Sep 17 00:00:00 2001 From: robotis Date: Thu, 16 Aug 2012 10:00:41 +0000 Subject: [PATCH] bump version --- README | 2 +- lesscpy/scripts/compiler.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 18b54af..b2238ca 100644 --- a/README +++ b/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. diff --git a/lesscpy/scripts/compiler.py b/lesscpy/scripts/compiler.py index e2a35e4..8ad328c 100644 --- a/lesscpy/scripts/compiler.py +++ b/lesscpy/scripts/compiler.py @@ -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 diff --git a/setup.py b/setup.py index 7992f04..6a33f96 100755 --- a/setup.py +++ b/setup.py @@ -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',