From 09bb17c95d10d16a84d51254fb691edbd195e484 Mon Sep 17 00:00:00 2001 From: Jylpah Date: Sat, 20 Jan 2024 21:12:21 +0200 Subject: [PATCH] version 1.2.8: export AccountInfoStats --- pyproject.toml | 2 +- src/blitzmodels/__init__.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 785a9e7..63f95a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "blitz-models" -version = "1.2.7" +version = "1.2.8" authors = [{ name = "Jylpah", email = "jylpah@gmail.com" }] description = "Pydantic models for Wargaming's World of Tanks Blitz game " readme = "README.md" diff --git a/src/blitzmodels/__init__.py b/src/blitzmodels/__init__.py index 01144b1..70623e3 100644 --- a/src/blitzmodels/__init__.py +++ b/src/blitzmodels/__init__.py @@ -18,6 +18,7 @@ ) from .wg_api import ( AccountInfo as AccountInfo, + AccountInfoStats as AccountInfoStats, WGApiError as WGApiError, WGApiWoTBlitz as WGApiWoTBlitz, WGApiWoTBlitzTankopedia as WGApiWoTBlitzTankopedia,