diff --git a/jupyterlab/package.json b/jupyterlab/package.json index 7f84696..2c80140 100644 --- a/jupyterlab/package.json +++ b/jupyterlab/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-lmod", - "version": "1.0.2", + "version": "1.0.3", "description": "Lmod JupyterLab extension.", "keywords": [ "jupyter", diff --git a/setup.py b/setup.py index 8a1eaf6..c6071b1 100644 --- a/setup.py +++ b/setup.py @@ -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",