diff --git a/setup.py b/setup.py index 845b4c210..5600128f0 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ python_version = platform.python_version()[0:3] NAME = "deluge" FULLNAME = "Deluge BitTorrent Client" -VERSION = "0.5.0.99.1" +VERSION = "0.5.0.99.2" AUTHOR = "Zach Tibbitts, Alon Zakai, Marcos Pinto" EMAIL = "zach@collegegeek.org, kripkensteiner@gmail.com, marcospinto@dipconsultants.com" DESCRIPTION = "A bittorrent client written in PyGTK"