diff --git a/README.rst b/README.rst index cb86002..e0f6f61 100644 --- a/README.rst +++ b/README.rst @@ -31,6 +31,7 @@ pyCraft is compatible with the following Minecraft releases: * 1.13, 1.13.1, 1.13.2 * 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4 * 1.15, 1.15.1, 1.15.2 +* 1.16, 1.16.1, 1.16.2 In addition, some development snapshots and pre-release versions are supported: ``_ contains a full list of supported Minecraft versions @@ -60,7 +61,7 @@ Requirements ------------ - `cryptography `_ - `requests `_ -- `pynbt `_ +- `PyNBT `_ The requirements are also stored in ``requirements.txt`` diff --git a/minecraft/__init__.py b/minecraft/__init__.py index 39cafd1..b0f0c0f 100644 --- a/minecraft/__init__.py +++ b/minecraft/__init__.py @@ -4,7 +4,7 @@ with a MineCraft server. """ # The version number of the most recent pyCraft release. -__version__ = "0.6.0" +__version__ = "0.7.0" # A dict mapping the ID string of each Minecraft version supported by pyCraft # to the corresponding protocol version number. The ID string of a version is