From 6ea10f03c448e0f6d1411c798fb13edd54e71f80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 14:23:38 +0000 Subject: [PATCH] bm version: updated to bm_version-dev-git_hash --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9af536b..31f66b1 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # note only the contents of the "bucket_manager" folder are installable setup( name='bucket-manager', - version='0.4.0', + version='0.4.0.dev1', packages=find_packages(), description='Helper functions for using an s3 bucket', author='Dave McKay',