From 787cfaf256447d45e4c46c6bf23dfec6b3d557c6 Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 2 Sep 2010 20:42:49 +0000 Subject: [PATCH] fix joy grapher, *CHANGE API* so that the output for the grapher is given to the save() method, see api.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5