From 4b8e405b5bc4ccf73f10ee96faaee409aafe95b6 Mon Sep 17 00:00:00 2001 From: yomguy Date: Mon, 30 May 2011 14:26:54 +0000 Subject: [PATCH] goto 0.3.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e49b8ef..8e11243 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.3' +__version__ = '0.3.1' # The base package metadata to be used by both distutils and setuptools -- 2.39.5