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

Commit

Permalink
Relase 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed Jan 25, 2018
1 parent 4d22190 commit 69001cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = (3, 3, 0, 'dev')
version_info = (3, 3, 1)
__version__ = ".".join(map(str, version_info))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "3.3.0",
"version": "3.3.1",
"description": "A JupyterLab extension to facilitate the discovery and installation of other extensions",
"keywords": [
"extension",
Expand Down

0 comments on commit 69001cc

Please sign in to comment.