Skip to content

Commit e0970ba

Browse files
committed
Bump to 1.0.0.dev2.
1 parent 27309a7 commit e0970ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ceed/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
__all__ = ('__version__', 'is_view_inst', 'get_pyinstaller_datas')
1313

14-
__version__ = '1.0.0.dev1'
14+
__version__ = '1.0.0.dev2'
1515

1616
is_view_inst = 'CEED_IS_VIEW' in os.environ
1717
'''Whether ceed is imported from the client code that displays the projector

0 commit comments

Comments
 (0)