From 40ee77db973aab117208fdac81022392324954c1 Mon Sep 17 00:00:00 2001 From: Joe Heffernan Date: Wed, 1 May 2024 13:46:01 -0700 Subject: [PATCH] Bump to 0.1.6 --- nbsv/_frontend.py | 2 +- nbsv/_version.py | 2 +- package.json | 2 +- pyproject.toml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nbsv/_frontend.py b/nbsv/_frontend.py index 6e16512..773b1c8 100644 --- a/nbsv/_frontend.py +++ b/nbsv/_frontend.py @@ -9,4 +9,4 @@ """ module_name = "nbsv" -module_version = "0.1.5" +module_version = "0.1.6" diff --git a/nbsv/_version.py b/nbsv/_version.py index 835560c..1ef05b9 100644 --- a/nbsv/_version.py +++ b/nbsv/_version.py @@ -5,5 +5,5 @@ # Distributed under the terms of the Modified BSD License. -version_info = (0, 1, 5) +version_info = (0, 1, 6) __version__ = ".".join(map(str, (version_info))) diff --git a/package.json b/package.json index 64deb3a..8d1c01a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nbsv", - "version": "0.1.5", + "version": "0.1.6", "description": "Simularium Viewer Jupyter Widget ", "keywords": [ "jupyter", diff --git a/pyproject.toml b/pyproject.toml index e20388c..8d90537 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "nbsv" -version = "0.1.5" +version = "0.1.6" description = "Simularium Viewer Jupyter Widget " readme = "README.md" license = { file = "LICENSE.txt" } @@ -88,7 +88,7 @@ file = [ ] [tool.tbump.version] -current = "0.1.5" +current = "0.1.6" regex = ''' (?P\d+) \.