From 7adb6e87f6c87e3bdd6b26f0408ba0427d414a11 Mon Sep 17 00:00:00 2001 From: Kevin Tindall Date: Sun, 2 Jan 2022 21:59:50 -0600 Subject: [PATCH] Major version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 860b532..4144553 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mcstatus" -version = "7.0.0" +version = "8.0.0" description = "A library to query Minecraft Servers for their status and capabilities." authors = ["Nathan Adams "] license = "Apache-2.0"