From 9becff52362c83c3ec947d6da76164d5ab6bc588 Mon Sep 17 00:00:00 2001 From: Anthony Carapetis Date: Sun, 20 Oct 2024 23:11:30 +1100 Subject: [PATCH] Release v0.2.7 - Now parses player nicknames in replays of custom games --- shroudstone/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shroudstone/__init__.py b/shroudstone/__init__.py index d382071..e3fc365 100644 --- a/shroudstone/__init__.py +++ b/shroudstone/__init__.py @@ -1,3 +1,3 @@ """Python utilities for working with Stormgate replays""" -__version__ = "0.2.6" +__version__ = "0.2.7"