summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMarcos Pinto <markybob@dipconsultants.com>2009-01-05 05:46:07 +0000
committerMarcos Pinto <markybob@dipconsultants.com>2009-01-05 05:46:07 +0000
commit8c489e86d2c95e45d08b3221419847cd51f250ea (patch)
tree5968070289e08bb1f60280e22d3223d5a0be61ee /setup.py
parent530fcf255b2b787da6130e8f19c8cecac967adbe (diff)
downloaddeluge-8c489e86d2c95e45d08b3221419847cd51f250ea.tar.gz
deluge-8c489e86d2c95e45d08b3221419847cd51f250ea.tar.bz2
deluge-8c489e86d2c95e45d08b3221419847cd51f250ea.zip
version up
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cfe76f404..ba05efc89 100644
--- a/setup.py
+++ b/setup.py
@@ -402,5 +402,5 @@ setup(
]},
packages = find_packages(exclude=["plugins"]),
url = "http://deluge-torrent.org",
- version = "1.1.0_RC2",
+ version = "1.1.0_RC3",
)