diff --git a/ceed/__init__.py b/ceed/__init__.py index 797728d..2aa6cb9 100644 --- a/ceed/__init__.py +++ b/ceed/__init__.py @@ -11,7 +11,7 @@ __all__ = ('__version__', 'is_view_inst', 'get_pyinstaller_datas') -__version__ = '1.0.0.dev1' +__version__ = '1.0.0.dev2' is_view_inst = 'CEED_IS_VIEW' in os.environ '''Whether ceed is imported from the client code that displays the projector