From 16bb2718e21783865fa028d280e3b3eab9016ba4 Mon Sep 17 00:00:00 2001 From: Adam Gagorik Date: Fri, 8 Nov 2024 14:43:08 -0500 Subject: [PATCH] Bump version --- ffxiahbot/__init__.py | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ffxiahbot/__init__.py b/ffxiahbot/__init__.py index 592a28b..f210a11 100644 --- a/ffxiahbot/__init__.py +++ b/ffxiahbot/__init__.py @@ -1,4 +1,4 @@ -__version__ = "6.1.0" +__version__ = "6.1.1" from pathlib import Path diff --git a/pyproject.toml b/pyproject.toml index 4300746..aa35148 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ license = {file = "LICENSE"} name = "ffxiahbot" readme = "README.md" requires-python = ">=3.12" -version = "6.1.0" +version = "6.1.1" [project.scripts] ffxiahbot = "ffxiahbot.__main__:app" diff --git a/uv.lock b/uv.lock index 4551c6c..b17ecff 100644 --- a/uv.lock +++ b/uv.lock @@ -264,7 +264,7 @@ wheels = [ [[package]] name = "ffxiahbot" -version = "6.1.0" +version = "6.1.1" source = { editable = "." } dependencies = [ { name = "aiohttp" },