Skip to content

Commit 4a00cf9

Browse files
committed
Bump version
1 parent 9c63645 commit 4a00cf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyterlab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-lmod",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "Lmod JupyterLab extension.",
55
"keywords": [
66
"jupyter",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup_args = dict(
77
name = 'jupyterlmod',
88
packages = ['jupyterlmod', 'lmod'],
9-
version = "3.0.4",
9+
version = "3.1.0",
1010
description = "jupyterlmod: notebook server extension to interact with Lmod system",
1111
long_description = "Jupyter interactive notebook server extension that allows user to select software modules to load with Lmod before launching kernels.",
1212
author = "Félix-Antoine Fortin",

0 commit comments

Comments
 (0)