From dbba1aa24651e71938ac9e21ae20f4eac2ea2a0c Mon Sep 17 00:00:00 2001 From: drodarie Date: Tue, 21 May 2024 16:58:35 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.0.0=20=E2=86=92=204.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsb_json/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bsb_json/__init__.py b/bsb_json/__init__.py index ebd20d8..c498308 100644 --- a/bsb_json/__init__.py +++ b/bsb_json/__init__.py @@ -4,4 +4,4 @@ from .schema import get_json_schema, get_schema -__version__ = "4.0.0" +__version__ = "4.1.0" diff --git a/pyproject.toml b/pyproject.toml index fb21bc8..7093e76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ profile = "black" [tool.bumpversion] -current_version = "4.0.0" +current_version = "4.1.0" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}"