From 3881fe408de3510e6e6bb7e59fc1c2328a938552 Mon Sep 17 00:00:00 2001 From: Alw3ys Date: Sun, 11 Feb 2024 23:36:23 +0100 Subject: [PATCH] chore(release): 0.0.18a11 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 547d106..c6b4955 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ `dosei-sdk` is the official Dosei SDK for Python -[![pypi version](https://img.shields.io/pypi/v/dosei.svg)](https://pypi.org/pypi/dosei/) +[![pypi version](https://img.shields.io/pypi/v/dosei-sdk.svg)](https://pypi.org/pypi/dosei-sdk/) [![](https://img.shields.io/discord/1144175748559683615?logo=discord&logoColor=7289DA&label=Discord)](https://discord.com/invite/BP5aUkhcAh) [![X (formerly Twitter)](https://img.shields.io/twitter/follow/dosei_ai?style=flat&logo=x)](https://x.com/dosei_ai) [![License: Apache-2.0](https://img.shields.io/badge/license-Apache--2.0-white)](https://www.apache.org/licenses/LICENSE-2.0) diff --git a/pyproject.toml b/pyproject.toml index 56f8995..97fe0f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dosei-sdk" -version = "0.0.18a10" +version = "0.0.18a11" description = "Dosei Python SDK" authors = ["Alvaro Molina "] license = "Apache-2.0"