diff --git a/setup.py b/setup.py index d2b9894..144df39 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup_args = dict( name = 'jupyterlmod', packages = ['jupyterlmod', 'lmod'], - version = "2.0.0", + version = "2.0.1", 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",