We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27309a7 commit e0970baCopy full SHA for e0970ba
ceed/__init__.py
@@ -11,7 +11,7 @@
11
12
__all__ = ('__version__', 'is_view_inst', 'get_pyinstaller_datas')
13
14
-__version__ = '1.0.0.dev1'
+__version__ = '1.0.0.dev2'
15
16
is_view_inst = 'CEED_IS_VIEW' in os.environ
17
'''Whether ceed is imported from the client code that displays the projector
0 commit comments