[manual] Bump API version to 0.2.0.

When we deploy this, we'll need to of course actually build and deploy
the new API tarball.

(imported from commit 03c853e8a9424a63f1c74bb83637d5a1e50a159a)
This commit is contained in:
Tim Abbott 2013-08-08 10:59:38 -04:00
parent b132a804b9
commit 2c71f12ffe

View file

@ -33,7 +33,7 @@ from distutils.version import LooseVersion
from ConfigParser import SafeConfigParser
__version__ = "0.1.9"
__version__ = "0.2.0"
# Check that we have a recent enough version
# Older versions don't provide the 'json' attribute on responses.