Skip to content

Commit

Permalink
Update version to 0.0.54 and clone plugins
Browse files Browse the repository at this point in the history
repository
  • Loading branch information
SilkePilon committed Dec 1, 2023
1 parent 0ab45d6 commit 9d1d624
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lodestone/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from .plugins import Base as plugins
else:
if not os.path.isdir('plugins'):
shutil.rmtree('plugins')
git.Repo.clone_from("https://github.com/the-lodestone-project/Plugins", "plugins")
try:
source_dir = 'plugins/plugins'
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.53"
version = "0.0.54"
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 9d1d624

Please sign in to comment.