Bump minor version

This commit is contained in:
robotis
2012-06-25 08:39:57 +00:00
parent c4e9d5a11e
commit 11307bc24f
3 changed files with 3 additions and 3 deletions

2
README
View File

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

View File

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

View File

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