From a59c5c446270a3b0a7b68f8e93393cb32f50b656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=B6rpel?= <simon.woerpel@pm.me> Date: Thu, 16 Jan 2025 19:34:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version:=200.0.3=20?= =?UTF-8?q?=E2=86=92=200.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- VERSION | 2 +- leakrfc/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9b322ee..1d7de08 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.3 +current_version = 0.0.4 commit = True tag = True message = 🔖 Bump version: {current_version} → {new_version} diff --git a/VERSION b/VERSION index bcab45a..81340c7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.3 +0.0.4 diff --git a/leakrfc/__init__.py b/leakrfc/__init__.py index 27fdca4..81f0fde 100644 --- a/leakrfc/__init__.py +++ b/leakrfc/__init__.py @@ -1 +1 @@ -__version__ = "0.0.3" +__version__ = "0.0.4" diff --git a/pyproject.toml b/pyproject.toml index 41305fe..fd2074d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "leakrfc" -version = "0.0.3" +version = "0.0.4" description = "Data standard, storage and retrieval for leaks and document collections" authors = [{ name = "Simon Wörpel", email = "simon.woerpel@pm.me" }] license = "AGPLv3+"