From 4f28ab9a39f83a20b114b8cac608aa2e7e161918 Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Tue, 12 Jan 2010 17:21:00 +0000 Subject: [PATCH] bump version number so its now 1.2.1-dev --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a68c5840a..410ac5d99 100644 --- a/setup.py +++ b/setup.py @@ -397,7 +397,7 @@ _data_files = [ # Main setup setup( name = "deluge", - version = "1.2.0", + version = "1.2.1", fullname = "Deluge Bittorrent Client", description = "Bittorrent Client", author = "Andrew Resch, Damien Churchill",