# HG changeset patch # User Tyler G. Hicks-Wright # Date 1333564748 14400 # Wed Apr 04 14:39:08 2012 -0400 # Node ID 77ca6ab1622cabd3d0c6f25eeedf1b5d8e68f518 # Parent bae916ac9892d1128683ccab061e230ec086f30a Bump version number and add links to docs. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from textwrap import dedent setup(name='trello', - version='0.9', + version='0.9.1', packages=['trello'], license=dedent("""\ Copyright (c) 2012, Fog Creek Software, Inc. @@ -46,6 +46,16 @@ $ pip install trello + Documentation: + -------------- + You can find documentation for the Python API at: + + http://packages.python.org/trello/ + + And documentation for the Trello API at: + + https://trello.com/docs/api/ + """), author='Fog Creek Software', author_email='customer-service@fogcreek.com',