From 10c1c0070eb758bb7d80dabbcbab58e97a62ca42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix-Antoine=20Fortin?= Date: Wed, 6 Nov 2024 22:25:13 -0500 Subject: [PATCH] Bump version to 5.2.1 --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index afb4aa5..d2e80e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cmd-ntrf/jupyterlab-lmod", - "version": "5.2.0", + "version": "5.2.1", "description": "Lmod/Tmod JupyterLab extension", "keywords": [ "jupyter", diff --git a/pyproject.toml b/pyproject.toml index 46065a2..c4c9b77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ field = [ ] [tool.tbump.version] -current = "5.2.0" +current = "5.2.1" regex = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)((?Pa|b|rc|.dev)(?P\\d+))?" [tool.tbump.git]