From cb147527496ddf08263364f1fb52e7c48f215667 Mon Sep 17 00:00:00 2001 From: Byron Ruth Date: Tue, 14 Oct 2014 20:29:57 -0400 Subject: [PATCH] 0.4.4 Beta Signed-off-by: Byron Ruth --- restlib2/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/restlib2/__init__.py b/restlib2/__init__.py index c895d76..50687de 100644 --- a/restlib2/__init__.py +++ b/restlib2/__init__.py @@ -1,8 +1,8 @@ __version_info__ = { 'major': 0, 'minor': 4, - 'micro': 3, - 'releaselevel': 'final', + 'micro': 4, + 'releaselevel': 'beta', 'serial': 1 }