Skip to content

Commit

Permalink
Merge pull request #25 from fcollonval/bump-version
Browse files Browse the repository at this point in the history
Bump to version 2.0.0
  • Loading branch information
fcollonval committed Mar 8, 2021
2 parents 87b3e18 + 1eebdf0 commit f4a423e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jupyterlab_pullrequests/_version.py
@@ -1,2 +1,2 @@
version_info = (2, 0, "0a0")
version_info = (2, 0, 0)
__version__ = ".".join(map(str, version_info))
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab/pullrequests",
"version": "2.0.0-alpha.0",
"version": "2.0.0",
"description": "Pull Requests for JupyterLab",
"keywords": [
"jupyter",
Expand Down

0 comments on commit f4a423e

Please sign in to comment.