Skip to content

Commit

Permalink
Increment version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjl committed Jun 7, 2010
1 parent a0211fa commit 724e999
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Expand Up @@ -19,13 +19,13 @@ Installation

Install flask-lesscss with `pip`_::

pip install -e 'hg+http://bitbucket.org/sjl/flask-lesscss@v0.9.0#egg=flask-lesscss'
pip install -e 'hg+http://bitbucket.org/sjl/flask-lesscss@v0.9.1#egg=flask-lesscss'

Prefer `git`_ to `Mercurial`_?

::

pip install -e 'git+http://github.com/sjl/flask-lesscss.git@v0.9.0#egg=flask-lesscss'
pip install -e 'git+http://github.com/sjl/flask-lesscss.git@v0.9.1#egg=flask-lesscss'

.. _pip: http://pip.openplans.org/
.. _git: http://git-scm.com/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@

setup(
name='flask-lesscss',
version='0.9.0',
version='0.9.1',
url='http://sjl.bitbucket.org/flask-lesscss/',
license='MIT',
author='Steve Losh',
Expand Down

0 comments on commit 724e999

Please sign in to comment.