Commit fb493733 authored by Arturo Filastò's avatar Arturo Filastò
Browse files

OONIB release candidate 2 version 1.0.0

parent 6b6dd406
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ In here we shall keep track of all variables and objects that should be
instantiated only once and be common to pieces of GLBackend code.
"""

__version__ = '1.0.0-rc1'
__version__ = '1.0.0-rc2'

__all__ = ['Storage', 'randomStr']