Browse Source

Switch to dev version

Steven Silvester 7 years ago
parent
commit
fea3386321
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jupyterlab/_version.py

+ 1 - 1
jupyterlab/_version.py

@@ -1,2 +1,2 @@
-version_info = (0, 27, 0)
+version_info = (0, 28, 0, 'dev0')
 __version__ = ".".join(map(str, version_info))