Browse Source

Release 0.27.0

Steven Silvester 7 years ago
parent
commit
c4ded24daf
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, 'rc5')
+version_info = (0, 27, 0)
 __version__ = ".".join(map(str, version_info))