From 0e7c90651d9efa4e853fedb2547e248127d6289d Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Thu, 30 Jan 2025 16:22:45 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.0=20=E2=86=92=200.4.1?= 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 234345d..5c5ae22 100644 --- a/ccflow/__init__.py +++ b/ccflow/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.4.0" +__version__ = "0.4.1" from .arrow import * from .base import * diff --git a/pyproject.toml b/pyproject.toml index b1ad857..88cf09d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "ccflow" description = "Composable Configuration Flow" -version = "0.4.0" +version = "0.4.1" readme = "README.md" license = { file = "LICENSE" } requires-python = ">=3.9" @@ -97,7 +97,7 @@ Repository = "https://github.com/point72/ccflow" Homepage = "https://github.com/point72/ccflow" [tool.bumpversion] -current_version = "0.4.0" +current_version = "0.4.1" commit = true tag = false commit_args = "-s"