Skip to content

Commit

Permalink
Update version to 0.0.39 and import plugins from
Browse files Browse the repository at this point in the history
lodestone
  • Loading branch information
SilkePilon committed Nov 22, 2023
1 parent f5f9e81 commit 1cce4a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions lodestone/gradios.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]" },
Expand Down

0 comments on commit 1cce4a7

Please sign in to comment.