From 310add4a4dfb0424e1c3d490e6ea2ee34655072d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20L=C3=B6sche?= Date: Mon, 9 Oct 2023 12:37:18 +0200 Subject: [PATCH] Bump 0.0.4 --- fixca/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fixca/__init__.py b/fixca/__init__.py index 497e0c8..a557f4b 100644 --- a/fixca/__init__.py +++ b/fixca/__init__.py @@ -11,4 +11,4 @@ __author__ = "Some Engineering Inc." __license__ = "Apache 2.0" __copyright__ = "Copyright © 2023 Some Engineering Inc." -__version__ = "0.0.3" +__version__ = "0.0.4" diff --git a/pyproject.toml b/pyproject.toml index 74286c1..e30b5c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixca" -version = "0.0.3" +version = "0.0.4" authors = [{name="Some Engineering Inc."}] description = "FIX Certificate Authority" license = {file="LICENSE"}