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

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed Jan 10, 2018
1 parent 715400b commit 197d133
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 = (2, 0, 0)
version_info = (2, 1, 0)
__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": "2.0.0",
"version": "2.1.0",
"description": "A JupyterLab extension to facilitate the discovery and installation of other extensions",
"keywords": [
"extension",
Expand Down

0 comments on commit 197d133

Please sign in to comment.