From 291d8aada22f78264e59c61385683e8dbdd4a713 Mon Sep 17 00:00:00 2001 From: Jan Harkes Date: Wed, 12 Jul 2023 22:46:12 -0400 Subject: [PATCH] Bumping to 0.4.10.post.dev0 --- .tbump.main.toml | 2 +- pyproject.toml | 2 +- src/sinfonia/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.tbump.main.toml b/.tbump.main.toml index d33b7b5..e1cfaa3 100644 --- a/.tbump.main.toml +++ b/.tbump.main.toml @@ -4,7 +4,7 @@ # github_url = "https://github.com/cmusatyalab/sinfonia/" [version] -current = "0.4.10" +current = "0.4.10.post.dev0" regex = ''' (?P\d+) \. diff --git a/pyproject.toml b/pyproject.toml index 57f7bef..d72a646 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ [tool.poetry] name = "sinfonia" -version = "0.4.10" +version = "0.4.10.post.dev0" description = "Tier 1 and 2 components of the Sinfonia system" authors = [ "Carnegie Mellon University ", diff --git a/src/sinfonia/__init__.py b/src/sinfonia/__init__.py index 26dc566..4842f8f 100644 --- a/src/sinfonia/__init__.py +++ b/src/sinfonia/__init__.py @@ -7,4 +7,4 @@ # # SPDX-License-Identifier: MIT # -__version__ = "0.4.10" +__version__ = "0.4.10.post.dev0"