Skip to content
This repository was archived by the owner on Jun 28, 2018. It is now read-only.

Commit cca172b

Browse files
author
faruken
committed
version change.
1 parent 567d2ef commit cca172b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
it's not tested on other frameworks such as bottle, it should work without any
1515
problems.
1616
17-
**Note:** You need to install less before using this.
17+
**Note:** You need to install LESS before using this.
1818
1919
Installation
2020
============
2121
2222
::
2323
24-
$ pip -U install lesscss
24+
$ pip install lesscss
2525
2626
2727
Usage
@@ -55,7 +55,7 @@
5555
setup(
5656

5757
name='lesscss',
58-
version='0.1.1',
58+
version='0.1.2',
5959
url='http://github.com/faruken/lesscss',
6060
license='BSD',
6161
author='Faruk Akgul',

0 commit comments

Comments
 (0)