Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric Collonval committed Feb 23, 2021
1 parent e806c6e commit 5d4d43c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion jupyterlab_pullrequests/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 3, 0)
version_info = (2, 0, "0a0")
__version__ = ".".join(map(str, version_info))
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab/pullrequests",
"version": "0.3.0",
"version": "2.0.0-alpha.0",
"description": "Pull Requests for JupyterLab",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -60,13 +60,11 @@
"@lumino/widgets": "^1.16.0",
"base64-js": "^1.3.0",
"json-source-map": "^0.4.0",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"monaco-editor": "^0.17.0",
"nbdime": "^6.0.0",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-monaco-editor": "^0.26.2",
"react-resize-detector": "^4.2.0",
"react-spinners": "0.5.12",
"react-window": "^1.8.5"
},
Expand All @@ -84,7 +82,6 @@
"@types/node": "^12.6.2",
"@types/react": "~16.8.19",
"@types/react-dom": "~16.0.5",
"@types/react-resize-detector": "^4.0.1",
"@types/react-window": "^1.8.0",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
Expand All @@ -98,7 +95,6 @@
"husky": "^3.0.1",
"jest": "^25.0.0",
"jest-fetch-mock": "^2.1.2",
"lodash": "^4.17.11",
"mkdirp": "^1.0.3",
"prettier": "^1.16.4",
"rimraf": "^2.6.1",
Expand Down

0 comments on commit 5d4d43c

Please sign in to comment.