From 070ecc31c336ceead6807e59006cb078a73552a6 Mon Sep 17 00:00:00 2001 From: Anthony Carapetis Date: Sat, 3 Aug 2024 17:28:58 +1000 Subject: [PATCH] v0.2.1: Parse match type from replays --- shroudstone/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shroudstone/__init__.py b/shroudstone/__init__.py index a8c6c96..8890792 100644 --- a/shroudstone/__init__.py +++ b/shroudstone/__init__.py @@ -1,3 +1,3 @@ """Python utilities for working with Stormgate replays""" -__version__ = "0.2.0" +__version__ = "0.2.1"