diff --git a/cryptorandom/__init__.py b/cryptorandom/__init__.py index 7dead64..91dfe30 100644 --- a/cryptorandom/__init__.py +++ b/cryptorandom/__init__.py @@ -9,6 +9,6 @@ See https://statlab.github.io/cryptorandom/ for complete documentation. """ -__version__ = "0.3rc1.dev0" +__version__ = "0.3rc1" from cryptorandom import *