From c524de9198df8a2c94e0cfaee831d18b2c0762c4 Mon Sep 17 00:00:00 2001 From: David Amrhein Date: Wed, 17 Aug 2016 12:12:28 -0400 Subject: [PATCH] Update protobuf out of beta --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 729e394f8..f6c1a6ddf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,7 +33,7 @@ init: - ps: C:\Python27\Scripts\pip.exe install jsonrpclib==0.1.7 - ps: C:\Python27\Scripts\pip.exe install loggly-python-handler==1.0.0 - ps: C:\Python27\Scripts\pip.exe install pbkdf2==1.3 -- ps: C:\Python27\Scripts\pip.exe install protobuf==3.0.0b3 +- ps: C:\Python27\Scripts\pip.exe install protobuf==3.0.0 - ps: C:\Python27\Scripts\pip.exe install pycrypto==2.6.1 - ps: C:\Python27\Scripts\pip.exe install python-bitcoinrpc==0.1 - ps: C:\Python27\Scripts\pip.exe install qrcode==5.2.2