Skip to content
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed Jan 9, 2018
1 parent 7df1e48 commit 749ed91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jupyterlab_discovery/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (1, 0, 1, 'dev')
version_info = (1, 0, 2)
__version__ = ".".join(map(str, version_info))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab_discovery",
"version": "1.0.0",
"version": "1.0.2",
"description": "A JupyterLab extension to facilitate the discovery and installation of other extensions",
"keywords": [
"extension",
Expand Down

0 comments on commit 749ed91

Please sign in to comment.