From ace21409d3781f7511c9c446013552cccfe542dc Mon Sep 17 00:00:00 2001 From: "thomm.o" Date: Thu, 26 Sep 2024 18:28:42 +0100 Subject: [PATCH] chore(deps): bump minimum hikari version --- lightbulb/__init__.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lightbulb/__init__.py b/lightbulb/__init__.py index cfddf419..d26a1d0c 100644 --- a/lightbulb/__init__.py +++ b/lightbulb/__init__.py @@ -191,4 +191,4 @@ from lightbulb.parser import * from lightbulb.plugins import * -__version__ = "2.3.5.post0" +__version__ = "2.3.5.post1" diff --git a/requirements.txt b/requirements.txt index 61d39850..c823b679 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -hikari~=2.0.0 +hikari~=2.1.0