From 08201c8b69adbd49ce8c56654f42c2211b5dfeb7 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Tue, 26 Mar 2024 21:33:24 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.1=20=E2=86=92=200.4.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- js/package.json | 2 +- jupyterlab_miami_nights/_version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d327969..6c1a75c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.1 +current_version = 0.4.2 commit = True tag = False diff --git a/js/package.json b/js/package.json index f2a5093..b1960a7 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "@timkpaine/jupyterlab_miami_nights", - "version": "0.4.1", + "version": "0.4.2", "description": "A glowing 80s theme based on Synthwave '84 and JupyterLab's Neon Night theme by yeebc", "author": "the jupyterlab_miami_nights authors", "repository": { diff --git a/jupyterlab_miami_nights/_version.py b/jupyterlab_miami_nights/_version.py index 3d26edf..df12433 100644 --- a/jupyterlab_miami_nights/_version.py +++ b/jupyterlab_miami_nights/_version.py @@ -1 +1 @@ -__version__ = "0.4.1" +__version__ = "0.4.2" diff --git a/pyproject.toml b/pyproject.toml index b3df6fa..11221cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "jupyterlab_miami_nights" description = "A glowing 80s theme based on Synthwave '84 and JupyterLab's Neon Night theme by yeebc" -version = "0.4.1" +version = "0.4.2" readme = "README.md" license = { file = "LICENSE" } requires-python = ">=3.7"