Skip to content

Commit

Permalink
Update dependencies and import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
SilkePilon committed Dec 20, 2023
1 parent cb9a466 commit f5c244d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lodestone/__main__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import click
from rich.console import Console
import bot as lodestone
import lodestone
from dotenv import load_dotenv
import threading
from prompt_toolkit.patch_stdout import patch_stdout
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.1.10"
version = "0.1.11"
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 f5c244d

Please sign in to comment.