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"