commit 7fe1bc1be0f657b8c2492408288067f2d4fd1d62 Author: Arturo Filastò arturo@filasto.net Date: Tue Sep 6 16:19:02 2016 +0200
Bump version to rc.1 --- ooni/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ooni/__init__.py b/ooni/__init__.py index d4b6f95..de2157c 100644 --- a/ooni/__init__.py +++ b/ooni/__init__.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*-
__author__ = "Open Observatory of Network Interference" -__version__ = "2.0.0-alpha.3" +__version__ = "2.0.0-rc.1"
__all__ = [ 'agent',