From 1cce4a7d4a877689872496e1b825a35df6a3deae Mon Sep 17 00:00:00 2001 From: Silke pilon Date: Wed, 22 Nov 2023 19:54:31 +0100 Subject: [PATCH] Update version to 0.0.39 and import plugins from lodestone --- lodestone/gradios.py | 6 +----- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/lodestone/gradios.py b/lodestone/gradios.py index 25e403f..8dc9eeb 100644 --- a/lodestone/gradios.py +++ b/lodestone/gradios.py @@ -1,10 +1,6 @@ import gradio as gr -import requests import lodestone -import time -from plugin import plugins -import random -from javascript import require, On, Once, off, once +from lodestone import plugins global created diff --git a/pyproject.toml b/pyproject.toml index 025fbb1..6c91095 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lodestone" -version = "0.0.38" +version = "0.0.39" description = "🤖 Create Minecraft bots with a powerful, stable, and high level Python API." authors = [ { name = "Silke Pilon", email = "silkepilon2009@gmail.com" },