From 98ddb1017deb3511ae436be4e15f38c165a83ad5 Mon Sep 17 00:00:00 2001 From: wwakabobik Date: Fri, 24 Nov 2023 16:00:48 +0100 Subject: [PATCH] Bump to 0.0.10 --- pyproject.toml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5eca574..fdd543e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "leonardo_api" -version = "0.0.9" +version = "0.0.10" authors = [ { name="Iliya Vereshchagin", email="i.vereshchagin@gmail.com" }, ] diff --git a/setup.cfg b/setup.cfg index 2b0828e..a801492 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = leonardo_api -version = attr: leonardo_api.0.0.9 +version = attr: leonardo_api.0.0.10 author = Iliya Vereshchagin author_email = i.vereshchagin@gmail.com maintainer = Iliya Vereshchagin