From b96f484f74a37815d90f99d58ee714246561bf37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20L=C3=B6sche?= Date: Fri, 29 Sep 2023 14:17:02 +0200 Subject: [PATCH] Bump 0.0.2 (#2) --- 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 95ed429..7a5cf99 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.1" +__version__ = "0.0.2" diff --git a/pyproject.toml b/pyproject.toml index fc76faa..b57e044 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixca" -version = "0.0.1" +version = "0.0.2" authors = [{name="Some Engineering Inc."}] description = "FIX Certificate Authority" license = {file="LICENSE"}