commit f13cd5b4c7ebf2a3b1ba14e1a93d7d689e0e299c Author: Arturo Filastò art@fuffa.org Date: Tue Aug 27 15:13:15 2013 +0200
Bump to version 1.0.0-rc1 --- oonib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oonib/__init__.py b/oonib/__init__.py index 54d3006..e01b7b3 100644 --- a/oonib/__init__.py +++ b/oonib/__init__.py @@ -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__ = '0.9.1' +__version__ = '1.0.0-rc1'
__all__ = ['Storage', 'randomStr']