From aa6c90bd0a305e14f100bda3ee26edcbfd666925 Mon Sep 17 00:00:00 2001 From: Lars Liedtke Date: Fri, 30 Jun 2023 15:27:12 +0200 Subject: [PATCH] bump version to 0.10.2 --- README.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c929a87..9f07809 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ API-client for https://github.com/axllent/mailpit written in Python :Authors: Lars Liedtke :Version: - 0.10.1 + 0.10.2 ---------- Motivation diff --git a/pyproject.toml b/pyproject.toml index 7e383f8..6cefb6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mailpit-api-client" -version = "0.10.1" +version = "0.10.2" description = "A Mailpit API Client" authors = [{name = "Lars Liedtke", email = "lars@familie-liedtke.net"}] requires-python = ">=3.8"