From 9619a9b6931c8f89daa6b602f9fdede2ad581722 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Thu, 28 May 2026 10:25:11 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.3=20=E2=86=92=200.8.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com> --- ccflow/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ccflow/__init__.py b/ccflow/__init__.py index 71263b5..2e165b5 100644 --- a/ccflow/__init__.py +++ b/ccflow/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.8.3" +__version__ = "0.8.4" # Import exttypes early so modules that import `from ccflow import PyObjectPath` during # initialization find it (avoids circular import issues with functions that import utilities diff --git a/pyproject.toml b/pyproject.toml index 2d03e1d..6a02269 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ description = "ccflow is a collection of tools for workflow configuration, orchestration, and dependency injection" readme = "README.md" license = { text = "Apache-2.0" } -version = "0.8.3" +version = "0.8.4" requires-python = ">=3.10" keywords = [ "configuration", @@ -119,7 +119,7 @@ Repository = "https://github.com/Point72/ccflow" Homepage = "https://github.com/Point72/ccflow" [tool.bumpversion] -current_version = "0.8.3" +current_version = "0.8.4" commit = true tag = false commit_args = "-s"