From 8a5ccbc2d47b0685e95c0af4911a6495645871b9 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Sun, 4 Oct 2009 23:19:34 +0000 Subject: [PATCH] Update setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index d94e62dc1..b714335ae 100644 --- a/setup.py +++ b/setup.py @@ -387,8 +387,8 @@ _data_files = [ # Main setup setup( - author = "Andrew Resch, Marcos Pinto, Martijn Voncken, Damien Churchill", - author_email = "andrewresch@gmail.com, markybob@dipconsultants.com, mvoncken@gmail.com, damoxc@gmail.com", + author = "Andrew Resch, Damien Churchill", + author_email = "andrewresch@gmail.com, damoxc@gmail.com", cmdclass = cmdclass, data_files = _data_files, description = "Bittorrent Client", @@ -433,5 +433,5 @@ setup( ]}, packages = find_packages(exclude=["plugins", "docs", "tests"]), url = "http://deluge-torrent.org", - version = "1.2.0", + version = "1.3.0", )