From: yomguy Date: Thu, 2 Sep 2010 20:42:49 +0000 (+0000) Subject: fix joy grapher, *CHANGE API* so that the output for the grapher is given to the... X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=787cfaf256447d45e4c46c6bf23dfec6b3d557c6;p=timeside-diadems.git fix joy grapher, *CHANGE API* so that the output for the grapher is given to the save() method, see api.py --- diff --git a/setup.py b/setup.py index 406403a..280ce18 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ '''The setup and build script for the python-twitter library.''' __author__ = 'yomguy@parisson.com' -__version__ = '0.1-beta' +__version__ = '0.2' # The base package metadata to be used by both distutils and setuptools