Skip to content

Commit

Permalink
Merge pull request #28 from vre-hub/dev
Browse files Browse the repository at this point in the history
Update to 0.1.1
  • Loading branch information
rubenperezm authored Aug 14, 2024
2 parents 166edab + e3761ba commit 0344cc1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ node_modules/
.ipynb_checkpoints
*.tsbuildinfo
reana_jupyterlab/labextension
# Version file is handled by hatchling
reana_jupyterlab/_version.py

# Integration tests
ui-tests/test-results/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reana_jupyterlab",
"version": "0.1.0",
"version": "0.1.1",
"description": "Reana JupyterLab plugin",
"keywords": [
"jupyter",
Expand Down
1 change: 1 addition & 0 deletions reana_jupyterlab/_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = VERSION = '0.1.1'

0 comments on commit 0344cc1

Please sign in to comment.