From 158825d767ead703c96f6db053b26a081c98453f Mon Sep 17 00:00:00 2001 From: Alex Tomkins Date: Sun, 13 Apr 2025 17:56:08 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4=20=E2=86=92=200.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index c8b8fbf..f1ca607 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.4" +current_version = "0.5" parse = "(?P\\d+)\\.(?P\\d+)(\\.(?P\\d+))?" serialize = [ "{major}.{minor}.{patch}", diff --git a/pyproject.toml b/pyproject.toml index 0e82aa8..1dd2c2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = 'devsoc-contentfiles' -version = '0.4' +version = '0.5' description = 'DEV Content Files' readme = 'README.md' maintainers = [{ name = 'The Developer Society', email = 'studio@dev.ngo' }]