From ccdfb9c01e18f51d885abfd6ddd08a98fa6f368d Mon Sep 17 00:00:00 2001 From: Ugo_75_b Date: Sun, 30 Nov 2025 01:46:21 +0100 Subject: [PATCH] Release 3.101.0 --- doc/history.md | 3 +++ minecraft_data/data | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/history.md b/doc/history.md index bb07c2f..457c3e4 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,3 +1,6 @@ +## 3.101.0 + * Update minecraft-data to 3.101.0 + ## 3.20.0 * Update minecraft-data to 3.20.0 diff --git a/minecraft_data/data b/minecraft_data/data index 99303b4..370daab 160000 --- a/minecraft_data/data +++ b/minecraft_data/data @@ -1 +1 @@ -Subproject commit 99303b46b32a8d866c6a8f9c0348bf6019073be1 +Subproject commit 370daab20f633608fb07ec3f82a4e48ae7a4b2ff diff --git a/setup.py b/setup.py index d985d5d..bf3db50 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def package_files(directory): description='Provide easy access to minecraft data in python', license='MIT', long_description=open('README.rst').read(), - version='3.20.0', + version='3.101.0', maintainer='Vito Gamberini', maintainer_email='vito@gamberini.email', url='https://github.com/SpockBotMC/python-minecraft-data',