Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Mar 23, 2023
1 parent 43c2395 commit 5a532b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jupyterlab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-lmod",
"version": "1.0.2",
"version": "1.0.3",
"description": "Lmod JupyterLab extension.",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup_args = dict(
name = 'jupyterlmod',
packages = ['jupyterlmod', 'lmod'],
version = "3.0.1",
version = "3.0.2",
description = "jupyterlmod: notebook server extension to interact with Lmod system",
long_description = "Jupyter interactive notebook server extension that allows user to select software modules to load with Lmod before launching kernels.",
author = "Félix-Antoine Fortin",
Expand Down

0 comments on commit 5a532b7

Please sign in to comment.