From 5d5858a65837fdcfce9bdb74251a6aae8a0b1ed7 Mon Sep 17 00:00:00 2001 From: Helveg Date: Thu, 28 Mar 2024 14:01:51 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0-b5=20=E2=86=92=201.0.0-?= =?UTF-8?q?b6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsb_hdf5/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bsb_hdf5/__init__.py b/bsb_hdf5/__init__.py index 5473516..076aa0a 100644 --- a/bsb_hdf5/__init__.py +++ b/bsb_hdf5/__init__.py @@ -21,7 +21,7 @@ import shutil import shortuuid -__version__ = "1.0.0-b5" +__version__ = "1.0.0-b6" __all__ = [ "PlacementSet", "ConnectivitySet", diff --git a/pyproject.toml b/pyproject.toml index ce16496..6e207c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ docs = [ name = "bsb_hdf5" [tool.bumpversion] -current_version = "1.0.0-b5" +current_version = "1.0.0-b6" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\.