Skip to content

Commit 630f3ff

Browse files
committed
Fix: Update version number to 1.0.2 in __init__.py
1 parent 99087e3 commit 630f3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datalab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# this module is imported more than once, e.g. when running tests)
2525
pass
2626

27-
__version__ = "1.0.1"
27+
__version__ = "1.0.2"
2828
__docurl__ = __homeurl__ = "https://datalab-platform.com/"
2929
__supporturl__ = "https://github.com/DataLab-Platform/DataLab/issues/new/choose"
3030

0 commit comments

Comments
 (0)