diff --git a/protoc-artifacts/pom.xml b/protoc-artifacts/pom.xml
index e9728a0639..5086604156 100644
--- a/protoc-artifacts/pom.xml
+++ b/protoc-artifacts/pom.xml
@@ -10,7 +10,7 @@
com.google.protobuf
protoc
- 3.0.0-beta-2
+ 3.0.0-beta-3
pom
Protobuf Compiler
diff --git a/python/setup.py b/python/setup.py
index 0f4b53c4ab..76f0cbc87e 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -219,6 +219,7 @@ if __name__ == '__main__':
name='protobuf',
version=GetVersion(),
description='Protocol Buffers',
+ download_url='https://github.com/google/protobuf/releases',
long_description="Protocol Buffers are Google's data interchange format",
url='https://developers.google.com/protocol-buffers/',
maintainer='protobuf@googlegroups.com',