diff --git a/setup.cfg b/setup.cfg index b29c8597c..2b5e37b35 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,5 @@ [egg_info] +tag_build = -dev tag_svn_revision = false [build_docs] diff --git a/setup.py b/setup.py index 1e10e3fa2..998334f9d 100644 --- a/setup.py +++ b/setup.py @@ -437,5 +437,5 @@ setup( ]}, packages = find_packages(exclude=["plugins", "docs", "tests"]), url = "http://deluge-torrent.org", - version = "1.2.0_rc2", + version = "1.2.0_rc3", )